From dce05f6c4033c4d86c47d9c33fa981bc6eaa5bca Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Wed, 28 Feb 2024 12:59:10 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 698d8d5..b39ff4d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,4 +3,4 @@ # 拉取最新的代码 git pull -docker compose --env-file .env --env-file .env.production up --build \ No newline at end of file +docker compose --env-file .env --env-file .env.production up -d --build \ No newline at end of file