diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fed62e..66555f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: