Dockerfile 92 B

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