Merge feature--infinite-seafile-restart-into-healthchecks into staging

This commit is contained in:
flow.gunso
2019-04-25 16:42:23 +02:00
14 changed files with 122 additions and 38 deletions

View File

@@ -50,7 +50,7 @@ RUN mkdir -p /etc/apt/sources.list.d/ ;\
useradd -m -u $UID -g $GID -o -s /bin/bash $UNAME
# Copy over the required files for Seafile/SupervisorD.
COPY assets/supervisord.conf assets/infinite-seaf-cli-start.sh /home/seafuser/
COPY assets/seafile-healthcheck.sh /home/seafuser/
COPY assets/seafile-bash-entrypoint.sh /home/seafuser/entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]