2023-06-16 15:28:41 +00:00
|
|
|
FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17@sha256:e57300e9f60e521c5af3ec8fdc710285a371647e8033bcb8a36020c4394db3e3
|
2022-06-30 02:24:55 +00:00
|
|
|
|
2022-10-25 19:18:37 +00:00
|
|
|
COPY LICENSE /licenses/LICENSE.txt
|
|
|
|
COPY LICENSE /LICENSE
|
|
|
|
|
2023-02-15 21:21:52 +00:00
|
|
|
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
|
|
|
COPY 15-set-env-variables.envsh /docker-entrypoint.d
|
2022-06-30 05:26:54 +00:00
|
|
|
|
2023-02-15 21:21:52 +00:00
|
|
|
COPY templates/ /etc/nginx/templates
|