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