fix pipeline: Docker npm run init-db
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-07-30 09:04:11 +02:00
parent 0f2cf87a78
commit 77c57cb58b
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN npm i --unsafe-perm
COPY . ./
COPY config_dev.json ./config.json
RUN npm run build
RUN npm run init_db
RUN npm run init-db
# --- Production stage ---
FROM node:24-alpine