Explorar el Código

更新 'Jenkinsfile'

sifu-gogs hace 2 años
padre
commit
d843a29fde
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -1,8 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'node:16-alpine' 
-            args '-p 3000:3000' 
+            image 'node:16-alpine'  
         }
     }
     stages {