Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yash509 committed Apr 11, 2024
1 parent 051e020 commit 1a8aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pipeline {
stage('Deploy to Docker Container'){
steps{
//dir('BMI Calculator (JS)') {
sh 'docker run -d --name classifier-using-js -p 5000:5000 yash5090/classifier-using-js:latest'
sh 'docker run -d --name classifier-using-js -p 5000:80 yash5090/classifier-using-js:latest'
//}
}
}
Expand Down

0 comments on commit 1a8aff8

Please sign in to comment.