Use the proper Docker entrypoint

This commit is contained in:
flow.gunso
2019-04-24 11:26:22 +02:00
parent 82f52e36df
commit 215db335a6
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ ENV GID=1000
# Copy over the Docker related files.
COPY utils/build/import-seafile-apt-key.sh /
COPY assets/docker-entrypoint.sh /entrypoint.sh
COPY assets/docker-cron-entrypoint.sh /entrypoint.sh
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
RUN mkdir -p /etc/apt/sources.list.d/ ;\