tweak deployment process

This commit is contained in:
Dobromir Popov
2024-04-13 13:04:12 +03:00
parent 471cbc0a55
commit 1b06e70734

View File

@ -19,7 +19,7 @@ services:
- GIT_USERNAME=deploy
- GIT_PASSWORD=L3Kr2R438u4F7
command: sh -c " cd /app && npm install && npm run prod; tail -f /dev/null"
#command: sh -c " cd /app && n
#command: sh -c " cd /app && tail -f /dev/null"
tty: true
stdin_open: true
restart: always