From 80d8a14b039a4701cf9a2436dc6a1f94781e5ad6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 9 Aug 2019 22:44:27 -0600 Subject: [PATCH] Fix config.yml reference in dockerfile This is a breaking change for those who use the docker image, but oh well. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 597525ef..8a49849d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]