mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-05 10:59:42 +08:00
Update Dockerfile
This commit is contained in:
parent
ded0e4dde5
commit
7abe224731
@ -34,14 +34,9 @@ mkdir -p \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
# symlinks
|
||||
RUN \
|
||||
ln -s /usr/share/webapps/lychee/data data && \
|
||||
ln -s /usr/share/webapps/lychee/uploads uploads
|
||||
|
||||
# add local files
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 80
|
||||
VOLUME /config /uploads /data
|
||||
VOLUME /config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user