forked from zhba/zhba_enterprises
Dockerfile @@ -3,4 +3,6 @@ #将dist目录内容复制到nginx容器html内部 COPY dist /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80