From f5e7fba3636f432d9f14aa2ce4ef91d64ff725e6 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 16 Dec 2025 08:25:10 +0000 Subject: [PATCH] =?UTF-8?q?compose=20up=20=EC=8B=9C=20=EC=A6=89=EC=8B=9C?= =?UTF-8?q?=20=EC=8B=A4=ED=96=89=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a3f29cc..2716473 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 + "