FROM nginx COPY ./dist/ /usr/share/nginx/html/public/ COPY ./docs/conf/nginx.conf /etc/nginx/nginx.conf COPY ./docs/conf/conf.d/ /etc/nginx/conf.d/ ENTRYPOINT ["nginx","-g","daemon off;"]