We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48946a9 commit 5c42e60Copy full SHA for 5c42e60
Dockerfile
@@ -1,2 +1,5 @@
1
FROM payara/micro:5-SNAPSHOT
2
COPY target/content-service.war /opt/payara/deployments
3
+
4
+ENTRYPOINT ["java", "-Xmx128m", "-client", "-jar", "/opt/payara/payara-micro.jar"]
5
+CMD ["--noCluster", "--deploymentDir", "/opt/payara/deployments"]
0 commit comments