Skip to content

Commit 8ba33f2

Browse files
committed
fixed copy path in the Dockerfile
1 parent 7a742d5 commit 8ba33f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM openjdk:11-jre-slim
2525
WORKDIR /app
2626

2727
# Copy the JAR file from the build stage
28-
COPY --from=build /app/quartz-manager-parent/quartz-manager-web-showcase/target/*.jar app.jar
28+
COPY --from=build /app/quartz-manager-parent/quartz-manager-web-showcase/target/*-SNAPSHOT.jar app.jar
2929

3030
# Expose the application port
3131
EXPOSE 8080

0 commit comments

Comments
 (0)