DOCKER FIX PLZ 2

This commit is contained in:
2025-03-04 22:44:26 +01:00
parent b2d1a220b5
commit 3f769df850
2 changed files with 98 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -49,7 +49,7 @@ pipeline {
// Maak een Docker-image gebaseerd op de Dockerfile
sh 'ls src/main'
sh """
docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f Dockerfile .
docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f src/main/resources/Dockerfile .
"""
}
}