added confi for dev and prod
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-01 07:57:05 +02:00
parent 2d003a619f
commit 739f67169e
4 changed files with 21 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci
COPY . ./
COPY config.json_prod ./config.json
COPY config_prod.json ./config.json
RUN npm run build
# --- Production stage ---