mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Remove chmod for rootfs files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user