Skip to content

Commit 34fa80f

Browse files
committed
Change the Dockerfile to look for config.yaml at /config/config.yaml
1 parent 1d786df commit 34fa80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN pip install -e /src
88

99
# Run mscbot
1010
# 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"]
11+
CMD ["/usr/local/bin/python3", "-m", "mscbot", "-c", "/config/config.yaml"]

0 commit comments

Comments
 (0)