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