Skip to content

Commit

Permalink
Merge pull request #89 from Inist-CNRS/fix_custom_config
Browse files Browse the repository at this point in the history
[RFR] Fix custom json loading
  • Loading branch information
ThieryMichel authored Feb 21, 2017
2 parents 56527e2 + 03df11a commit 25a2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25a2ee5

Please sign in to comment.