Skip to content

Commit

Permalink
Fix Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xwrstfgl authored Mar 22, 2020
1 parent e262494 commit f1fb814
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 @@ -3,7 +3,7 @@ WORKDIR /build/
COPY . .
RUN gradle build

FROM openjdk:11-jre-alpine
FROM openjdk:11-jre-slim
WORKDIR /covidhub-api/
COPY --from=builder /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 f1fb814

Please sign in to comment.