This commit is contained in:
Andreas Knuth 2025-07-27 16:59:13 -05:00
parent 3a585ea604
commit e7519cc0b5
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ services:
- DB_NAME=${POSTGRES_DB} - DB_NAME=${POSTGRES_DB}
- DB_USER=${POSTGRES_USER} - DB_USER=${POSTGRES_USER}
- DB_PASSWORD=${POSTGRES_PASSWORD} - DB_PASSWORD=${POSTGRES_PASSWORD}
stdin_open: true command: sh -c "npm install && npm run build --omit=dev && node dist/src/main.js"
tty: true restart: unless-stopped
command: sh
depends_on: depends_on:
- postgres - postgres
networks: networks: