7cfb257c00
* feat(nginx): refactor + ipv6 + increased buffer * Revert changes to proxy buffering * remove commented lines
9 lines
258 B
Docker
9 lines
258 B
Docker
FROM docker.io/nginxinc/nginx-unprivileged:latest
|
|
|
|
COPY LICENSE /licenses/LICENSE.txt
|
|
COPY LICENSE /LICENSE
|
|
|
|
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
|
COPY 15-set-env-variables.envsh /docker-entrypoint.d
|
|
|
|
COPY templates/ /etc/nginx/templates
|