Skip to content

Commit bbda2fd

Browse files
authored
Update jenkinsfile
1 parent dde4a5c commit bbda2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
}
1414
stage('Deliver') {
1515
steps {
16-
sh 'docker run -d -p 8065:80'
16+
sh 'docker run -d -p 8060:80'
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)