We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77153b commit 3970786Copy full SHA for 3970786
Dockerfile
@@ -1,5 +1,5 @@
1
FROM adoptopenjdk/openjdk11
2
VOLUME /tmp
3
VOLUME /X/attachments
4
-COPY target/*.jar app.jar
+COPY core/target/*.jar app.jar
5
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
0 commit comments