diff --git a/Dockerfile b/Dockerfile index 380f976..880f722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM mono:latest -MAINTAINER Adrian Parilli -LABEL version="20.08.21" description="Minimal engine to run OpenSim based simulators and access the CLI." +MAINTAINER Adrián Parilli +LABEL version="20.11.16" description="Minimal engine to run OpenSim based simulators and access the CLI." RUN \ apt-get update && \ @@ -19,4 +19,4 @@ EXPOSE 9000/udp WORKDIR /opensim/bin/ # Command -CMD ["screen mono OpenSim.exe"] +CMD ["screen", "mono", "OpenSim.exe"]