Files
django_bartool_ovh/nginx/Dockerfile
2024-11-24 19:11:41 +00:00

4 lines
90 B
Docker

FROM nginx:latest
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d