Skip to content

Commit

Permalink
fix(Dockerfile): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Sep 14, 2023
1 parent 5d261b1 commit d5f1455
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 @@ -5,6 +5,6 @@ RUN ./gradlew clean build -x test

FROM openjdk:17-jdk-slim AS runtime
WORKDIR /app
COPY --from=build application/build/libs/ledger-sync-application*SNAPSHOT.jar /app/ledger-sync-application.jar
COPY --from=build /app/application/build/libs/ledger-sync-application*SNAPSHOT.jar /app/ledger-sync-application.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "ledger-sync-application.jar"]

0 comments on commit d5f1455

Please sign in to comment.