# 设置基础镜像 FROM win-nginx WORKDIR /opt/qad COPY nginx.conf /usr/local/nginx/conf/nginx.conf # 将dist文件中的内容复制到 /opt/sfms3.0 这个目录下面 COPY dist/ /opt/qad