Add config path to dockerfile cmd
This commit is contained in:
parent
bb48358bec
commit
eb11392125
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ FROM scratch
|
||||||
COPY --from=builder /usr/bin/maubot /usr/bin/maubot
|
COPY --from=builder /usr/bin/maubot /usr/bin/maubot
|
||||||
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
||||||
|
|
||||||
CMD ["/usr/bin/maubot"]
|
CMD ["/usr/bin/maubot", "-c", "/etc/maubot/config.yaml"]
|
||||||
|
|
Loading…
Reference in a new issue