4
0

Dockerfile 103 B

123
  1. FROM nginx:1.21.6
  2. RUN rm /etc/nginx/conf.d/default.conf
  3. COPY nginx.conf /etc/nginx/conf.d/default.conf