Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
5119dddde0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -3,7 +3,7 @@ pipeline {
         dockerfile {
             filename 'Dockerfile'
             registryUrl 'https://registry.docker-cn.com'
-            args '-p 80:80 81:81 82:82 --security-opt apparmor=unconfined'
+            args '-p 80:80 -p 81:81 -p 82:82 --security-opt apparmor=unconfined'
         }
     }
     stages {