mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-01-02 15:43:17 +09:00
fixed copy path in the Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user