cookiecutter-django/{{cookiecutter.project_slug}}/compose/production/nginx/Dockerfile
Tim Freund c7eded8644
Add registry to Docker images names (#4804)
Prepending docker.io/ to image names allows projects to be run in
alternate runtimes such as podman-compose without additional
configuration.
2024-01-25 09:12:07 +00:00

3 lines
111 B
Docker

FROM docker.io/nginx:1.17.8-alpine
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf