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:
Travis Ralston 2019-08-09 22:44:27 -06:00 committed by GitHub
parent f6c7a2fe24
commit 80d8a14b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]