Skip to content

Commit 5c42e60

Browse files
committed
Start in client mode without clustering.
1 parent 48946a9 commit 5c42e60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
FROM payara/micro:5-SNAPSHOT
22
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

Comments
 (0)