compose up 시 즉시 실행으로 변경

main
Ubuntu 2025-12-16 08:25:10 +00:00
parent 0f05827f40
commit f5e7fba363
1 changed files with 7 additions and 7 deletions

View File

@ -17,10 +17,10 @@ services:
restart: unless-stopped
stdin_open: true
tty: true
# command: >
# bash -c "
# # npm install -g --silent
# # cd server && npm install -g --silent
# # cd ../
# # ./start.sh
# "
command: >
bash -c "
npm install -g --silent
cd server && npm install -g --silent
cd ../
./start.sh
"