compose up 시 즉시 실행으로 변경
This commit is contained in:
parent
0f05827f40
commit
f5e7fba363
@ -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
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user