FROM nginx EXPOSE 80 EXPOSE 443 COPY ./dist /usr/share/nginx/html # 更新配置 COPY ./docker/nginx/vhost/default.conf /etc/nginx/conf.d