Dockerfile 87 B

12345
  1. FROM nginx:stable
  2. COPY nginx.conf /etc/nginx/nginx.conf
  3. COPY ./ /usr/share/nginx/html