Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-17 00:24:13 -05:00 committed by GitHub
parent 2e7b6ec891
commit 914225e314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

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