Remove chmod for rootfs files

This commit is contained in:
Ween Jiann
2021-03-28 23:39:37 +08:00
committed by GitHub
parent 1f7458c9f7
commit de856d0a88

View File

@@ -65,9 +65,6 @@ RUN set -eux; \
# Copy files
COPY rootfs /
RUN chmod +x /usr/local/bin/docker-entrypoint \
&& chmod +x /usr/local/bin/shutdown.sh
## Create user
ARG UID=1500
ENV INVOICENINJA_USER invoiceninja