Skip to content

Commit

Permalink
fix target path
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Feb 2, 2024
1 parent ac85ca9 commit e30fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skill-tree/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN ./mvnw clean install -DskipTests

FROM openjdk:17-jdk
WORKDIR /app
COPY --from=build /app/skill-tree/target/*.jar app.jar
COPY --from=build /app/target/*.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit e30fe91

Please sign in to comment.