docker use npm i
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-24 15:08:53 +02:00
parent 9e6318d516
commit 4f9e919bfe
2 changed files with 18 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ ENV NODE_ENV=production
ENV ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm i
COPY . ./
COPY config_dev.json ./config.json
RUN npm run build