From 314fef601420094b3d74f851f18b9f29b0296d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Tue, 4 Jan 2022 16:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7ID=E7=BA=A7=E8=81=94=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: