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 restart: unless-stopped
stdin_open: true stdin_open: true
tty: true tty: true
# command: > command: >
# bash -c " bash -c "
# # npm install -g --silent npm install -g --silent
# # cd server && npm install -g --silent cd server && npm install -g --silent
# # cd ../ cd ../
# # ./start.sh ./start.sh
# " "