/app/code
Jenkins Trigger / trigger_jenkins (push) Waiting to run
Details
Jenkins Trigger / trigger_jenkins (push) Waiting to run
Details
This commit is contained in:
parent
e9f780cf34
commit
e0369c6884
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue