Skip to content

Commit

Permalink
add option to provide args to mserver docker
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 10, 2023
1 parent 642bfcb commit 769698e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,10 @@
</assembly>
<env>
<JAVA_OPTS>-Xmx4G</JAVA_OPTS>
<MSERVER_OPTS>config.yaml</MSERVER_OPTS>
</env>
<entryPoint>
<shell>java ${JAVA_OPTS} -jar /maven/MServer.jar</shell>
<shell>java ${JAVA_OPTS} -jar /maven/MServer.jar ${MSERVER_OPTS}</shell>
</entryPoint>
<buildx>
<platforms>
Expand Down

0 comments on commit 769698e

Please sign in to comment.