Skip to content

Commit

Permalink
Update Dockerfile_mitie
Browse files Browse the repository at this point in the history
Add path to command
  • Loading branch information
wrathagom authored Jul 10, 2018
1 parent 255f77b commit 5d2408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_mitie
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ VOLUME ["/app/projects", "/app/logs", "/app/data"]
EXPOSE 5000

ENTRYPOINT ["./entrypoint.sh"]
CMD ["start", "-c", "config.yml"]
CMD ["start", "-c", "config.yml", "--path", "/app/projects"]

0 comments on commit 5d2408d

Please sign in to comment.