Add default cmd (#1625)

This commit is contained in:
Hori Ryota 2016-05-14 18:58:50 +09:00 committed by Harshavardhana
parent 74c23a3544
commit e03ebfd13b

View file

@ -7,3 +7,4 @@ EXPOSE 9000
COPY start.sh /start.sh
ENV ALLOW_CONTAINER_ROOT=1
ENTRYPOINT ["/start.sh"]
CMD ["/export"]