Allow options to be passed to the docker + document it (close #87)

This commit is contained in:
Petr Sloup
2016-12-21 07:01:16 +01:00
parent 0ec992eb21
commit d32e46ba2f
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ VOLUME /data
WORKDIR /data
EXPOSE 80
CMD ["/usr/src/app/run.sh"]
ENTRYPOINT ["/usr/src/app/run.sh"]