Dockerfile 94 B

123
  1. FROM nginx:alpine
  2. COPY index.html /usr/share/nginx/html
  3. COPY nginx.conf /etc/nginx/nginx.conf