From 03df11abf82acabc0e4b56116e3ed18a318fcacc Mon Sep 17 00:00:00 2001 From: gildas Date: Tue, 21 Feb 2017 13:52:49 +0100 Subject: [PATCH] [RFR] Fix custom json loading [Trello card](https://trello.com/c/0TGGSZHJ) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b5e10f77..972f51485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN cp -n ./config/production-dist.js ./config/production.js && \ # See https://github.com/Inist-CNRS/ezmaster#ezmasterizing-an-application RUN echo '{ \ "httpPort": 3000, \ - "configPath": "/app/config/production.js", \ + "configPath": "/app/config.json", \ }' > /etc/ezmaster.json EXPOSE 3000