Dockerfile 91 B

1234
  1. FROM nginx:alpine
  2. COPY nginx.conf /etc/nginx/nginx.conf
  3. COPY htpasswd /etc/nginx/htpasswd