remove seafile running check from seahub.sh

This commit is contained in:
Gerrit Gogel 2021-02-03 23:18:20 +01:00
parent ca006a7382
commit 7934496160

View file

@ -10,6 +10,8 @@ RUN cd /tmp && \
RUN sed -i "s@.*INNER_FILE_SERVER_ROOT.*@INNER_FILE_SERVER_ROOT = os.environ.get('INNER_FILE_SERVER_ROOT')@" /tmp/seafile-server-${SEAFILE_VERSION}/seahub/seahub/settings.py
RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
FROM alpine:3.13 AS pip
RUN apk add --no-cache \