diff --git a/Dockerfile b/Dockerfile index f8efb76..18aef67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM payara/micro:6.2024.6-jdk17 # WAR ins Deploy-Verzeichnis kopieren -COPY myapp/target/env-demo-1.0-SNAPSHOT.war $DEPLOY_DIR +COPY my-app/target/env-demo-1.0-SNAPSHOT.war $DEPLOY_DIR # Start des Containers CMD ["--noCluster"]