Skip to content

Commit

Permalink
fixed copy path in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioformosa committed Jul 13, 2024
1 parent 7a742d5 commit 8ba33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM openjdk:11-jre-slim
WORKDIR /app

# Copy the JAR file from the build stage
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

# Expose the application port
EXPOSE 8080
Expand Down

0 comments on commit 8ba33f2

Please sign in to comment.