'seafile_sync/Dockerfile' updaten
This commit is contained in:
parent
7939ec4cec
commit
483e702a19
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
# https://gitlab.com/flwgns-docker/seafile-client/
|
||||
RUN ln -s /config /library \
|
||||
&& ln -s /data/seafuser /home/seafuser
|
||||
|
||||
FROM flowgunso/seafile-client:latest
|
||||
|
||||
#RUN mkdir /library \
|
||||
|
@ -14,7 +17,6 @@ ENV \
|
|||
#RUN mkdir /config
|
||||
#RUN mkdir /library
|
||||
|
||||
RUN ln -s /config /library \
|
||||
&& ln -s /data/seafuser /home/seafuser
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue