Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 17:43:23 +01:00
committed by GitHub
parent 3af1c037af
commit c62421fbbd

View File

@@ -17,6 +17,8 @@ RUN apk add --no-cache \
\
&& mkdir -p -m 777 /config/filebrowser
VOLUME [ "/data" ]
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/run.sh" ]