Dockerfile 187 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 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;"]