CMD syntax corrected

This commit is contained in:
Adrián Parilli 2020-11-18 21:24:30 -04:00
parent 4d7c747dda
commit 9230e77221

View File

@ -2,8 +2,8 @@
FROM mono:latest FROM mono:latest
MAINTAINER Adrian Parilli <adrianparilli@yahoo.com> MAINTAINER Adrián Parilli <adrianparilli@yahoo.com>
LABEL version="20.08.21" description="Minimal engine to run OpenSim based simulators and access the CLI." LABEL version="20.11.16" description="Minimal engine to run OpenSim based simulators and access the CLI."
RUN \ RUN \
apt-get update && \ apt-get update && \
@ -19,4 +19,4 @@ EXPOSE 9000/udp
WORKDIR /opensim/bin/ WORKDIR /opensim/bin/
# Command # Command
CMD ["screen mono OpenSim.exe"] CMD ["screen", "mono", "OpenSim.exe"]