mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-12 14:43:09 +00:00
Prepending docker.io/ to image names allows projects to be run in alternate runtimes such as podman-compose without additional configuration.
2 lines
111 B
Docker
2 lines
111 B
Docker
FROM docker.io/nginx:1.17.8-alpine
|
|
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf
|