Skip to content

Commit

Permalink
docker path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gtiwari333 committed Jan 26, 2020
1 parent e77153b commit 3970786
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
@@ -1,5 +1,5 @@
FROM adoptopenjdk/openjdk11
VOLUME /tmp
VOLUME /X/attachments
COPY target/*.jar app.jar
COPY core/target/*.jar app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 comments on commit 3970786

Please sign in to comment.