2023-11-13 03:38:43 +00:00
|
|
|
FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.1-alpine3.17@sha256:c38e27fdba47f725f49177b88fdd1fd2feef11b13dc11dea3695c3feb2c6d96d
|
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
|