next try
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -7,7 +7,9 @@ COPY package*.json ./
|
|||||||
RUN npm i --unsafe-perm
|
RUN npm i --unsafe-perm
|
||||||
COPY . ./
|
COPY . ./
|
||||||
COPY config_dev.json ./config.json
|
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 ---
|
# --- Production stage ---
|
||||||
FROM node:22-alpine3.20
|
FROM node:22-alpine3.20
|
||||||
|
|||||||
Reference in New Issue
Block a user