Skip to content

Commit

Permalink
fix: jenkinsfile docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jun 17, 2024
1 parent fcc236d commit d6d7363
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 @@ -11,7 +11,7 @@ pipeline {

stage('Build and package backend') {
steps {
sh 'docker build -t cahbackend backend --context .'
sh 'docker build -t cahbackend . --f backend/Dockerfile'
sh 'docker tag cahbackend localhost:5000/cahbackend'
sh 'docker push localhost:5000/cahbackend'
}
Expand Down

0 comments on commit d6d7363

Please sign in to comment.