diff --git a/Jenkinsfile b/Jenkinsfile index 1f4211d..edcd97c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 .' } }