mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
3 lines
111 B
Docker
3 lines
111 B
Docker
FROM docker.io/nginx:1.29.1-alpine
|
|
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf
|