Fix the path to cron/supervisord specific entrypoints
This commit is contained in:
@@ -56,6 +56,6 @@ RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
|||||||
|
|
||||||
# Copy over the required files for Seafile/SupervisorD.
|
# Copy over the required files for Seafile/SupervisorD.
|
||||||
COPY assets/infinite-seaf-cli-start.sh /home/seafuser/
|
COPY assets/infinite-seaf-cli-start.sh /home/seafuser/
|
||||||
COPY assets/seafile-entrypoint.sh /home/seafuser/entrypoint.sh
|
COPY assets/seafile-cron-entrypoint.sh /home/seafuser/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
|||||||
@@ -53,6 +53,6 @@ RUN mkdir -p /etc/apt/sources.list.d/ ;\
|
|||||||
|
|
||||||
# Copy over the required files for Seafile/SupervisorD.
|
# Copy over the required files for Seafile/SupervisorD.
|
||||||
COPY assets/supervisord.conf assets/infinite-seaf-cli-start.sh /home/seafuser/
|
COPY assets/supervisord.conf assets/infinite-seaf-cli-start.sh /home/seafuser/
|
||||||
COPY assets/seafile-entrypoint.sh /home/seafuser/entrypoint.sh
|
COPY assets/seafile-supervisord-entrypoint.sh /home/seafuser/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user