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