next try
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-24 15:21:07 +02:00
parent e9b4289727
commit 12217cb7a6

View File

@@ -7,7 +7,9 @@ COPY package*.json ./
RUN npm i --unsafe-perm
COPY . ./
COPY config_dev.json ./config.json
RUN npm run build
RUN rm -rf node_modules package-lock.json \
&& npm install --unsafe-perm \
&& npm run build
# --- Production stage ---
FROM node:22-alpine3.20