mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-15 14:17:43 +03:00
c7eded8644
Prepending docker.io/ to image names allows projects to be run in alternate runtimes such as podman-compose without additional configuration.
3 lines
111 B
Docker
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
|