Skip to content

Commit

Permalink
chore: correct jar package path
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Eberl committed Dec 3, 2021
1 parent 8337839 commit 6ecfc23
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 @@ -2,5 +2,5 @@ FROM openjdk:11.0.10-jre-slim-buster
VOLUME ["/tmp","/log"]
EXPOSE 8080
ARG JAR_FILE
COPY ./target/MailService.jar app.jar
COPY ./MailService.jar app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 comments on commit 6ecfc23

Please sign in to comment.