Dockerfile 187 Bytes
FROM registry.cn-shenzhen.aliyuncs.com/thinker-vc/nginx-front:1.15.1-1

COPY default.conf /etc/nginx/conf.d

COPY dist /usr/share/nginx/html

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]