Skip to content

Commit 32e3584

Browse files
authored
Update jenkinsfile
1 parent 0493b09 commit 32e3584

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
@@ -32,7 +32,7 @@ pipeline {
3232
stage('Docker build') {
3333
steps {
3434
echo "building image"
35-
sh 'docker build -t javapp:${BUILD_NUMBER}'
35+
sh 'docker build -t javapp:${BUILD_NUMBER} .'
3636
}
3737
}
3838
stage('Docker log in') {

0 commit comments

Comments
 (0)