Make all setup files executable
This commit is contained in:
parent
b83ea1d808
commit
3bcc454f9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user