Skip to content

Commit

Permalink
Dockerfile: Use tini for reaping zombies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 11, 2015
1 parent b07741c commit d19c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ENV PATH=/opt/conda/bin:$PATH \
ADD docker /usr/share/docker
RUN /usr/share/docker/install_tini.sh

ENTRYPOINT [ "/usr/share/docker/entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/tini", "--", "/usr/share/docker/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit d19c60b

Please sign in to comment.