npm buildssszzziretfengss

This commit is contained in:
2025-01-19 23:31:10 +01:00
parent f966f8c899
commit 23c9332d51

2
Jenkinsfile vendored
View File

@@ -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 .
"""
}
}