This commit is contained in:
parent
f323704d29
commit
b83ea1d808
@ -136,8 +136,6 @@ RUN sed -i 's,listen 80;,listen 8080;,' /etc/nginx/conf.d/default.co
|
||||
&& chown -R $UID:0 /etc/nginx \
|
||||
&& chmod -R g+w /etc/nginx
|
||||
|
||||
USER $UID
|
||||
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||
@ -146,6 +144,8 @@ COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
USER $UID
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
STOPSIGNAL SIGQUIT
|
||||
|
Loading…
Reference in New Issue
Block a user