Update Dockerfile

This commit is contained in:
Alexandre
2021-02-17 23:10:42 +01:00
committed by GitHub
parent 182b30cbef
commit b0c64e8300

View File

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