yig/nginx/Dockerfile

5 lines
89 B
Docker

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