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