'seafile_sync/Dockerfile' updaten
This commit is contained in:
parent
b51becb3c3
commit
b08bec9cc3
1 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@ ENV \
|
||||||
SEAF_LIBRARY_UUID="LIBRARY_UUID" \
|
SEAF_LIBRARY_UUID="LIBRARY_UUID" \
|
||||||
SEAF_SKIP_SSL_CERT="SKIP_SSL_CERT"
|
SEAF_SKIP_SSL_CERT="SKIP_SSL_CERT"
|
||||||
|
|
||||||
RUN mkdir /config/
|
#RUN mkdir /config
|
||||||
|
#RUN mkdir /library
|
||||||
|
RUN mkdir /library \
|
||||||
|
&& ln -s /library /config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue