Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-13 20:40:41 -05:00 committed by GitHub
parent 6313d1e299
commit 5d8090807c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
sh 'docker build -t microblog:latest .' sh 'sudo docker build -t microblog:latest .'
} }
} }