/app/code
Jenkins Trigger / trigger_jenkins (push) Waiting to run Details

This commit is contained in:
Artur Kuś 2025-09-04 20:05:41 +02:00
parent e9f780cf34
commit e0369c6884
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ services:
- STATISTIC_IP=${STATISTIC_IP}
- NODE_ENV=production
- TZ=Europe/Warsaw
command: sh -c "npm ci && npm run build && npm start || (echo '❌ Build/Start failed' && sleep 30 && exit 1)"
command: sh -c "cd /app/code && npm ci && npm run build && npm start || (echo '❌ Build/Start failed' && sleep 30 && exit 1)"
networks:
proxy-net: