diff --git a/Jenkinsfile b/Jenkinsfile index 1bb8689..080595a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { // Maak een Docker-image gebaseerd op de Dockerfile sh 'ls' sh """ - docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f Dockerfile.jvm --platform linux/amd64 . + docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f Dockerfile --platform linux/amd64 . """ } }