FROM nginx:1.19.6

RUN sed -i 's/user  nginx/user  root/g' /etc/nginx/nginx.conf

COPY ./dist/ /usr/share/nginx/html/