'seafile_sync/Dockerfile' updaten
This commit is contained in:
parent
7aa141d4fc
commit
0232c331da
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# https://gitlab.com/flwgns-docker/seafile-client/
|
||||
FROM flowgunso/seafile-client:latest
|
||||
|
||||
RUN mkdir /library \
|
||||
&& ln -s /config /library
|
||||
|
||||
ENV \
|
||||
SEAF_SERVER_URL="SERVER_URL" \
|
||||
SEAF_USERNAME="USERNAME" \
|
||||
|
@ -10,6 +13,5 @@ ENV \
|
|||
|
||||
#RUN mkdir /config
|
||||
#RUN mkdir /library
|
||||
RUN mkdir /library \
|
||||
&& ln -s /config /library
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue