build: 优化部署脚本

This commit is contained in:
louis 2024-02-28 12:59:10 +08:00
parent adca36062e
commit dce05f6c40
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# 拉取最新的代码
git pull
docker compose --env-file .env --env-file .env.production up --build
docker compose --env-file .env --env-file .env.production up -d --build