Add an envvar to skip ssl certificates that default to false

This commit is contained in:
flow.gunso
2019-12-30 09:56:32 +01:00
parent 9af5f1bde9
commit 06f184d1ad

View File

@@ -22,6 +22,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV UNAME=seafuser ENV UNAME=seafuser
ENV UID=1000 ENV UID=1000
ENV GID=1000 ENV GID=1000
ENV SEAF_SKIP_SSL_CERT=1
# Copy over the Docker related files. # Copy over the Docker related files.
COPY utils/build/import-seafile-apt-key.sh / COPY utils/build/import-seafile-apt-key.sh /