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 7d4b8a9 commit bc8628bCopy full SHA for bc8628b
src/InEngine/Dockerfile
@@ -1,5 +1,6 @@
1
FROM mono:latest
2
-WORKDIR /container
3
-ADD . /container
+
+WORKDIR /inengine
4
+ADD . /inengine
5
6
ENTRYPOINT ["mono", "./InEngine.exe"]
0 commit comments