This commit is contained in:
Gregory Hendrickson
2023-06-08 14:32:40 -07:00
parent 78781dbc5c
commit d3f56a85b1

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline{
stage('Build') {
steps {
sh 'docker build -t aisthanestha/docker-test-image:latest .'
sh 'docker build . -t aisthanestha/docker-test-image:latest .'
}
}