Selaa lähdekoodia

modified jenkinsfile

xiaoct 8 vuotta sitten
vanhempi
commit
7abb48545a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
+            args '-p 80:80 --security-opt apparmor=unconfined'
         }
     }
     stages {