Rename into infinite-seaf-cli-start.sh
This commit is contained in:
@@ -24,7 +24,7 @@ RUN mkdir /.seafile ;\
|
|||||||
|
|
||||||
COPY assets/seafile.list /etc/apt/sources.list.d/
|
COPY assets/seafile.list /etc/apt/sources.list.d/
|
||||||
COPY assets/supervisord.conf /.supervisord/
|
COPY assets/supervisord.conf /.supervisord/
|
||||||
COPY assets/seaf-cli-start.sh /
|
COPY assets/infinite-seaf-cli-start.sh /
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
RUN apt-key adv \
|
RUN apt-key adv \
|
||||||
@@ -42,7 +42,7 @@ RUN groupadd -g $GID -o $UNAME ;\
|
|||||||
chown $UID.$GID -R /.supervisord ;\
|
chown $UID.$GID -R /.supervisord ;\
|
||||||
chown $UID.$GID -R /volume ;\
|
chown $UID.$GID -R /volume ;\
|
||||||
chown $UID.$GID /entrypoint.sh ;\
|
chown $UID.$GID /entrypoint.sh ;\
|
||||||
chown $UID.$GID /seaf-cli-start.sh
|
chown $UID.$GID /infinite-seaf-cli-start.sh
|
||||||
USER $UNAME
|
USER $UNAME
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||||
@@ -21,7 +21,7 @@ nodaemon=true
|
|||||||
file=/seafile/seafile-data/seafile.sock
|
file=/seafile/seafile-data/seafile.sock
|
||||||
|
|
||||||
[program:seaf-cli-start-loop]
|
[program:seaf-cli-start-loop]
|
||||||
command=/bin/bash /seaf-cli-start.sh
|
command=/bin/bash /infinite-seaf-cli-start.sh
|
||||||
process_name=%(program_name)s
|
process_name=%(program_name)s
|
||||||
numprocs=1
|
numprocs=1
|
||||||
autostart=true
|
autostart=true
|
||||||
Reference in New Issue
Block a user