From 89b050daaaa722747646fa2c82647e6fdc5ec298 Mon Sep 17 00:00:00 2001 From: bangdk Date: Mon, 18 Nov 2024 19:55:19 +0900 Subject: [PATCH] auto commit --- start-dev-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-dev-full.sh b/start-dev-full.sh index 3906f50..b73b95b 100755 --- a/start-dev-full.sh +++ b/start-dev-full.sh @@ -21,7 +21,7 @@ fi export NODE_ENV=development # 이전 컨테이너 정리 -docker-compose -f docker-compose.db.yml docker-compose.app.yml -f docker-compose.dev.yml down +docker-compose -f docker-compose.db.yml -f docker-compose.app.yml -f docker-compose.dev.yml down echo "Pruning Docker system..." # 컨테이너 정리