Update Dockerfile.template (#95)

This commit is contained in:
Marian Pritsak 2016-12-06 16:32:12 +02:00 committed by lguohan
parent 16a8224e23
commit e6aadeb9f8

View File

@ -12,5 +12,7 @@ SED_DPKG
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
RUN rm -rf /deps
COPY ["start.sh", "/usr/bin/"]
ENTRYPOINT /usr/bin/start.sh \
&& /bin/bash