Update .gitlab-ci.yml

This commit is contained in:
王思川 2022-01-06 09:57:49 +00:00
parent b0f6822e57
commit 15ab6fbedf
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 --restart=always -p 51004:51004 --name tfse_admin tfse_admin
only: