mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Fix config.yml reference in dockerfile
This is a breaking change for those who use the docker image, but oh well.
This commit is contained in:
parent
f6c7a2fe24
commit
80d8a14b03
@ -19,4 +19,4 @@ VOLUME /data
|
||||
EXPOSE 9993
|
||||
EXPOSE 7775
|
||||
|
||||
CMD ["node", "/bin/matrix-github/App/BridgeApp.js", "/data/config.yaml", "/data/registration.yml"]
|
||||
CMD ["node", "/bin/matrix-github/App/BridgeApp.js", "/data/config.yml", "/data/registration.yml"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user