diff --git a/Dockerfile b/Dockerfile index 1dd06bc..5af87bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ FROM scratch COPY --from=builder /usr/bin/maubot /usr/bin/maubot COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs -CMD ["/usr/bin/maubot"] +CMD ["/usr/bin/maubot", "-c", "/etc/maubot/config.yaml"]