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