mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-05 19:09:11 +08:00
Update Dockerfile
This commit is contained in:
parent
5dd65666df
commit
977c024c8d
@ -28,8 +28,8 @@ git clone \
|
||||
RUN \
|
||||
mkdir -p \
|
||||
/config/lychee/{data,uploads} && \
|
||||
ln -s /config/lychee/data /usr/share/webapps/lychee/data && \
|
||||
ln -s /config/lychee/uploads /usr/share/webapps/lychee/uploads
|
||||
ln -s /usr/share/webapps/lychee/data /config/lychee/data && \
|
||||
ln -s /usr/share/webapps/lychee/uploads /config/lychee/uploads
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user