Dockerfile 120 B

123
  1. FROM 192.168.0.5:9080/repo/nginx:latest
  2. COPY dist/ /usr/share/nginx/html
  3. COPY nginx.conf /etc/nginx/conf.d/default.conf