Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
46b267922f
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 84:84 -p 8080:8081 --security-opt apparmor=unconfined'
+            args '-p 84:84 -p 8081:8080 --security-opt apparmor=unconfined'
         }
     }
     stages {