Fix the /volume path used for the seafile data

This commit is contained in:
flow.gunso
2019-04-09 18:39:57 +02:00
parent 4320e5b85b
commit 2076319342
3 changed files with 3 additions and 1 deletions

View File

@@ -38,9 +38,11 @@ RUN groupadd -g $GID -o $UNAME ;\
# Copy over the Docker entrypoint.
COPY assets/docker-entrypoint.sh /entrypoint.sh
# Copy over the required files for Seafile/SupervisorD.
COPY assets/supervisord.conf /home/seafuser/
COPY assets/infinite-seaf-cli-start.sh /home/seafuser/
COPY assets/seafile-entrypoint.sh /home/seafuser/entrypoint.sh
RUN mkdir /volume
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]