Files
A'zamov Samandar 0229a0595c
Some checks failed
Deploy Django Application to Server / deploy (push) Failing after 19s
Telegram Notifications / Telegram Gate (push) Failing after 5s
gealogiuya
2026-02-27 14:56:23 +05:00

8 lines
228 B
Docker

FROM nginx:1.21-alpine
# Remove the default NGINX configuration file
RUN rm /etc/nginx/conf.d/default.conf
# Copy your custom NGINX configuration file
COPY ./deployments/compose/nginx/nginx.conf /etc/nginx/conf.d/default.conf