Missing hyphens in shell code fixed
This commit is contained in:
parent
5a7c48fe0d
commit
e439e34fac
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ COPY seb-server.jar /sebserver/seb-server.jar
|
||||||
|
|
||||||
WORKDIR /sebserver
|
WORKDIR /sebserver
|
||||||
|
|
||||||
CMD if [ ${SEBSERVER_MODE} == "gui" ]; then exec java \
|
CMD if [ "${SEBSERVER_MODE}" == "gui" ]; then exec java \
|
||||||
-Xms64M \
|
-Xms64M \
|
||||||
-Xmx1G \
|
-Xmx1G \
|
||||||
-jar "seb-server.jar" \
|
-jar "seb-server.jar" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue