diff --git a/container/Dockerfile b/deployment/Dockerfile similarity index 100% rename from container/Dockerfile rename to deployment/Dockerfile diff --git a/deployment/Jenkinsfile b/deployment/Jenkinsfile index 26ab612..4b84f50 100644 --- a/deployment/Jenkinsfile +++ b/deployment/Jenkinsfile @@ -74,7 +74,7 @@ podTemplate( podman build \ --build-arg BUILD_LIB_DIR="${buildDir}/build/libs" \ --build-arg ARTIFACTORY_FILE="${jarFile}" \ - -f container/Dockerfile \ + -f deployment/Dockerfile \ -t ${props.registry}/${props.image_org}/${service}:${imageTag} . podman push ${props.registry}/${props.image_org}/${service}:${imageTag}