diff --git a/Jenkinsfile b/Jenkinsfile index b8a9a7a..51bca8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { steps { container('dind') { sh 'cat run.sh' - sh 'docker build -t andreas/rsyncd:${env.BUILD_TAG}' + sh 'docker build . -t andreas/rsyncd:${env.BUILD_TAG}' sh 'docker images' } }