diff --git a/Dockerfile.java b/Dockerfile similarity index 87% rename from Dockerfile.java rename to Dockerfile index 1b32be00..324d0b40 100644 --- a/Dockerfile.java +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app # Only copy the JAR if it exists -COPY ./target/concore-0.0.1-SNAPSHOT.jar /app/concore.jar +COPY ./target/concore-*.jar /app/concore.jar # Ensure the JAR file is executable if present RUN [ -f /app/concore.jar ] && chmod +x /app/concore.jar || true