From 6f162a42855b015a86ca22fe4cd8a5f61a301d9d Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Thu, 28 Mar 2024 09:34:44 +0800 Subject: [PATCH] feat: change docker cmd --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 37bac24..9b73cf6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ echo "Pulling latest code..." git pull echo "Building and starting docker services..." -docker compose --env-file .env --env-file .env.production up -d --build +docker-compose --env-file .env --env-file .env.production up -d --build echo "build succeeds." \ No newline at end of file