Dockerfile 89 B

1234
  1. FROM nginx:1.25
  2. RUN rm /etc/nginx/conf.d/default.conf
  3. COPY nginx.conf /etc/nginx/conf.d