Skip to content

Commit

Permalink
Fix JAR path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xwrstfgl authored Mar 22, 2020
1 parent f1fb814 commit d18340a
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,5 +5,5 @@ RUN gradle build

FROM openjdk:11-jre-slim
WORKDIR /covidhub-api/
COPY --from=builder /build/libs/covid-hub-0.0.1-SNAPSHOT.jar /covidhub-api/
COPY --from=builder /build/build/libs/covid-hub-0.0.1-SNAPSHOT.jar /covidhub-api/
ENTRYPOINT ["java","-jar","covid-hub-0.0.1-SNAPSHOT.jar"]

0 comments on commit d18340a

Please sign in to comment.