From 9230e772211aa38bc95b21054aec5eff70bdad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Parilli?= Date: Wed, 18 Nov 2020 21:24:30 -0400 Subject: [PATCH] CMD syntax corrected --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]