This commit is contained in:
2025-07-27 16:59:13 -05:00
parent 3a585ea604
commit e7519cc0b5

View File

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