添加docker文件

This commit is contained in:
Administrator 2023-07-14 13:50:45 +08:00
parent a923282a97
commit 4fbeb7644d
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
- docker-compose up --force-recreate
when:
manual