# 基础镜像 FROM nginx:1.27.4 # 工作目录 WORKDIR /opt/wfc/portal # 复制conf文件到路径 COPY ./conf/nginx.conf /etc/nginx/nginx.conf # 复制html文件到路径 COPY ./html /opt/wfc/portal