Dockerfile 95 B

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