Use the proper Docker entrypoint
This commit is contained in:
@@ -25,7 +25,7 @@ ENV GID=1000
|
|||||||
|
|
||||||
# Copy over the Docker related files.
|
# Copy over the Docker related files.
|
||||||
COPY utils/build/import-seafile-apt-key.sh /
|
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.
|
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
||||||
RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ ENV GID=1000
|
|||||||
|
|
||||||
# Copy over the Docker related files.
|
# Copy over the Docker related files.
|
||||||
COPY utils/build/import-seafile-apt-key.sh /
|
COPY utils/build/import-seafile-apt-key.sh /
|
||||||
COPY assets/docker-entrypoint.sh /entrypoint.sh
|
COPY assets/docker-supervisord-entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
# Safely import Seafile APT key, then install both seafile-cli and supervisord.
|
||||||
RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
||||||
|
|||||||
Reference in New Issue
Block a user