FROM docker.m.daocloud.io/library/nginx:1.19

COPY /dist /usr/share/nginx/html
CMD ["nginx","-g","daemon off;"]