添加docker文件

This commit is contained in:
Administrator 2023-07-14 13:56:54 +08:00
parent 4fbeb7644d
commit a3e8d30e95
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 --force-recreate
- docker-compose up -d --force-recreate&& nohup docker-compose logs -f > /home/logs/daily.txt &
when:
manual