Commit 85235e23 by Administrator

Update Jenkinsfile

parent 090adb46
...@@ -2,7 +2,7 @@ pipeline { ...@@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'node:6-alpine' image 'node:6-alpine'
args '-p 3000:3000 -p 5000:5000' args '-p 3000:3000 -p 5001:5000'
} }
} }
environment { environment {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment