Dockerfile 167 B

1234
  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
  4. RUN chown -R nginx:nginx /usr/share/nginx/html