Skip to content

Commit

Permalink
[RFR] Fix custom json loading
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Feb 21, 2017
1 parent 3d4d5fd commit 03df11a
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 03df11a

Please sign in to comment.