Make all setup files executable
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Lennard Brinkhaus 2022-01-10 15:39:43 +01:00
parent b83ea1d808
commit 3bcc454f9e
No known key found for this signature in database
GPG Key ID: 015DB28D8EEE19EC

View File

@ -141,7 +141,7 @@ COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
RUN chmod +x /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh /docker-entrypoint.d/*
ENTRYPOINT ["/docker-entrypoint.sh"]
USER $UID