From 23c9332d513f2d7c8474b5eba49a2b0dbae119d5 Mon Sep 17 00:00:00 2001 From: veenm Date: Sun, 19 Jan 2025 23:31:10 +0100 Subject: [PATCH] npm buildssszzziretfengss --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . """ } }