mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-15 14:17:43 +03:00
3 lines
101 B
Docker
3 lines
101 B
Docker
|
FROM nginx:1.17.8-alpine
|
||
|
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf
|