Skip to content

Commit 3970786

Browse files
committed
docker path fixed
1 parent e77153b commit 3970786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM adoptopenjdk/openjdk11
22
VOLUME /tmp
33
VOLUME /X/attachments
4-
COPY target/*.jar app.jar
4+
COPY core/target/*.jar app.jar
55
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

0 commit comments

Comments
 (0)