We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a742d5 commit 8ba33f2Copy full SHA for 8ba33f2
Dockerfile
@@ -25,7 +25,7 @@ FROM openjdk:11-jre-slim
25
WORKDIR /app
26
27
# Copy the JAR file from the build stage
28
-COPY --from=build /app/quartz-manager-parent/quartz-manager-web-showcase/target/*.jar app.jar
+COPY --from=build /app/quartz-manager-parent/quartz-manager-web-showcase/target/*-SNAPSHOT.jar app.jar
29
30
# Expose the application port
31
EXPOSE 8080
0 commit comments