Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 16:28:54 +01:00
committed by GitHub
parent 74e0a8fad2
commit 91ff6d3094

View File

@@ -20,6 +20,6 @@ RUN apk add --no-cache \
\ \
&& mkdir -p -m 777 /config/filebrowser && mkdir -p -m 777 /config/filebrowser
VOLUME [ "/data" ] COPY run.sh /
RUN chmod 777 /run.sh
CMD ["--root=/", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"] ENTRYPOINT [ "/run.sh" ]