This commit is contained in:
Andreas Knuth 2025-07-31 16:53:20 -05:00
parent ee7b6fd1fb
commit b126861406
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
- DB_USER=${POSTGRES_USER_PROD}
- DB_PASSWORD=${POSTGRES_PASSWORD_PROD}
env_file:
- ~/git/docker-prod/app/.env.prod # Neu: Separate Env-File für Prod
- ~/git/docker/app/.env.prod # Neu: Separate Env-File für Prod
command: sh -c "npm install && npm run build && node dist/src/main.js" # Entferne --omit=dev für Prod
restart: unless-stopped
depends_on: