Update Dockerfile

This commit is contained in:
Neil 2017-01-27 15:53:59 +00:00 committed by GitHub
parent 5dd65666df
commit 977c024c8d

View File

@ -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/ /