We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a5438 commit 6f2a4a3Copy full SHA for 6f2a4a3
Dockerfile.java DockerfileDockerfile.java renamed to Dockerfile
@@ -3,7 +3,7 @@
3
WORKDIR /app
4
5
# Only copy the JAR if it exists
6
-COPY ./target/concore-0.0.1-SNAPSHOT.jar /app/concore.jar
+COPY ./target/concore-*.jar /app/concore.jar
7
8
# Ensure the JAR file is executable if present
9
RUN [ -f /app/concore.jar ] && chmod +x /app/concore.jar || true
0 commit comments