Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRodera authored and p-a-s-c-a-l committed Jan 29, 2020
1 parent 119df06 commit d4b61f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'node:latest'
args '-p 3000:3000'
args '-p 3011:3000'
}
}
environment {
Expand All @@ -25,4 +25,4 @@ pipeline {
}
}
}
}
}

0 comments on commit d4b61f7

Please sign in to comment.