评价ID级联删除

This commit is contained in:
王思川 2022-01-04 16:00:29 +08:00
parent 3e63970125
commit 314fef6014
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ stages:
job:
stage: deploy
script:
# - docker stop tfse_admin
# - docker rm tfse_admin
- docker stop tfse_admin
- docker rm tfse_admin
- docker build -t tfse_admin .
- docker run -d -p 51013:51013 --name tfse_admin -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro tfse_admin
only: