[es] COPY start script

This commit is contained in:
Geoff Bourne 2016-09-30 22:02:11 -05:00
parent e86138cdf2
commit fd0500feb2

View file

@ -9,7 +9,7 @@ RUN cd /usr/share && \
tar xf /tmp/es.tgz && \
rm /tmp/es.tgz
ADD start /start
COPY start /start
EXPOSE 9200 9300