Skip to content
Snippets Groups Projects
Verified Commit c2ae9297 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Removed tini

parent 84b47b40
No related branches found
No related tags found
No related merge requests found
FROM krallin/ubuntu-tini:16.04
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y --no-install-recommends \
python \
......@@ -35,6 +35,4 @@ RUN ln -s /haiwen/seahub-data/avatars /haiwen/seafile-server-latest/seahub/media
ADD setenv.sh /
ADD docker-entrypoint.sh /
ENTRYPOINT ["/usr/local/bin/tini", "--"]
CMD ["/docker-entrypoint.sh"]
ENTRYPOINT ["/docker-entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment