From 91b5614a4bd728614a709f7b512f15c67a4505a6 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 22 Jun 2019 11:44:22 +0800 Subject: [PATCH] updated Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 182c419c..29cabbf9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { echo 'Deploying....' sh """ docker stop crawlab | true - docker run -d --rm --restart always --name crawlab \ + docker run -d --rm --name crawlab \ -p 8080:8080 \ -p 8000:8000 \ -v /home/yeqing/.env.production:/opt/crawlab/frontend/.env.production \