testing PV: remove DB init run during build
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
@@ -8,7 +8,6 @@ RUN npm i --unsafe-perm
|
|||||||
COPY . ./
|
COPY . ./
|
||||||
COPY config_dev.json ./config.json
|
COPY config_dev.json ./config.json
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm run init-db
|
|
||||||
|
|
||||||
# --- Production stage ---
|
# --- Production stage ---
|
||||||
FROM node:24-alpine
|
FROM node:24-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user