Dockerfile 151 B

123456
  1. FROM nginx:1.15.8
  2. RUN rm /etc/nginx/nginx.conf
  3. COPY nginx.conf /etc/nginx/
  4. RUN rm /etc/nginx/conf.d/default.conf
  5. COPY project.conf /etc/nginx/conf.d/