Skip to content

Commit 4e62647

Browse files
DanielRoderap-a-s-c-a-l
authored andcommitted
Update Jenkinsfile
1 parent 6e4d3e8 commit 4e62647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline {
22
agent {
33
docker {
44
image 'node:latest'
5-
args '-p 3000:3000'
5+
args '-p 3011:3000'
66
}
77
}
88
environment {
@@ -25,4 +25,4 @@ pipeline {
2525
}
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)