添加docker文件

This commit is contained in:
Administrator 2023-07-14 14:04:04 +08:00
parent a3e8d30e95
commit 848f4bee03
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install_job:
deploy_job:
stage: deploy
script:
- docker-compose up -d --force-recreate&& nohup docker-compose logs -f > /home/logs/daily.txt &
- docker-compose up -d --force-recreate
when:
manual