testing PV: remove DB init run during build
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-10-13 13:47:46 +02:00
parent ddee170aea
commit b44bac760d

View File

@@ -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