FROM 192.168.0.5:9080/repo/nginx:latest COPY dist/ /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf RUN chown -R nginx:nginx /usr/share/nginx/html