Rename into infinite-seaf-cli-start.sh

This commit is contained in:
flow.gunso
2019-03-15 10:08:24 +01:00
parent b7ada6e875
commit eac51aa8ed
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ RUN mkdir /.seafile ;\
COPY assets/seafile.list /etc/apt/sources.list.d/
COPY assets/supervisord.conf /.supervisord/
COPY assets/seaf-cli-start.sh /
COPY assets/infinite-seaf-cli-start.sh /
COPY entrypoint.sh /
RUN apt-key adv \
@@ -42,7 +42,7 @@ RUN groupadd -g $GID -o $UNAME ;\
chown $UID.$GID -R /.supervisord ;\
chown $UID.$GID -R /volume ;\
chown $UID.$GID /entrypoint.sh ;\
chown $UID.$GID /seaf-cli-start.sh
chown $UID.$GID /infinite-seaf-cli-start.sh
USER $UNAME
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]