mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
remove seafile running check from seahub.sh
This commit is contained in:
parent
ca006a7382
commit
7934496160
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue