From 6644d9f0a89cfa0f2c7d534de77e8b0355e104aa Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 7 Aug 2019 19:09:35 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0d572f7..e77ae907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ VOLUME /data EXPOSE 9993 EXPOSE 7775 -CMD ["node", "app.js", "/data/config.yaml", "/data/registration.yml"] +CMD ["node", "App/BridgeApp.js", "/data/config.yaml", "/data/registration.yml"]