Dockerfile 105 B

12345
  1. FROM nginx:alpine
  2. COPY etc/default.conf /etc/nginx/conf.d/default.conf
  3. COPY app/ /usr/share/nginx/html