updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-22 11:44:22 +08:00
parent 4890e30f07
commit 91b5614a4b

2
Jenkinsfile vendored
View File

@@ -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 \