Update Dockerfile

This commit is contained in:
Alexandre
2021-02-17 04:55:12 +01:00
committed by GitHub
parent 41fe06a848
commit 9e2ab6cc5c

View File

@@ -19,7 +19,7 @@ RUN apk add --no-cache \
&& mkdir -p -m 777 /config/filebrowser
VOLUME [ "/data" ]
WORKDIR /usr/src
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/bin/bash" ]