We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5542b9 commit 597d031Copy full SHA for 597d031
src/InEngine/Dockerfile
@@ -2,4 +2,4 @@ FROM mono:latest
2
WORKDIR /container
3
ADD . /container
4
5
-CMD ["mono", "./InEngine.exe", "-s"]
+ENTRYPOINT ["mono", "./InEngine.exe"]
0 commit comments