Changed ENTRYPOINT to CMD for debugging and k8s
This commit is contained in:
parent
c0d7ddae5b
commit
26dc7a1cbe
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY docker/demo/config/ /sebserver/config/
|
||||||
|
|
||||||
WORKDIR /sebserver
|
WORKDIR /sebserver
|
||||||
|
|
||||||
ENTRYPOINT exec java \
|
CMD exec java \
|
||||||
-Dcom.sun.management.jmxremote \
|
-Dcom.sun.management.jmxremote \
|
||||||
-Dcom.sun.management.jmxremote.port=9090 \
|
-Dcom.sun.management.jmxremote.port=9090 \
|
||||||
-Dcom.sun.management.jmxremote.rmi.port=9090 \
|
-Dcom.sun.management.jmxremote.rmi.port=9090 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue