Add some files

This commit is contained in:
2020-01-06 21:34:39 +01:00
parent e89b4b134f
commit 98175d17a8
12 changed files with 432 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM adoptopenjdk/openjdk11-openj9:jdk-11.0.1.13-alpine-slim
COPY build/libs/mn-playground-*-all.jar mn-playground.jar
EXPOSE 8080
CMD java -Dcom.sun.management.jmxremote -noverify ${JAVA_OPTS} -jar mn-playground.jar