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 1d786df commit 34fa80fCopy full SHA for 34fa80f
Dockerfile
@@ -8,4 +8,4 @@ RUN pip install -e /src
8
9
# Run mscbot
10
# We use CMD here instead of ENTRYPOINT, as it allows you to exec in easily
11
-CMD ["/usr/local/bin/python3", "-m", "mscbot", "-c", "/config.yaml"]
+CMD ["/usr/local/bin/python3", "-m", "mscbot", "-c", "/config/config.yaml"]
0 commit comments