Skip to content

Commit

Permalink
Update Dockerfile.template (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 6, 2016
1 parent 16a8224 commit e6aadeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-fpm/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6aadeb

Please sign in to comment.