天河备件前端
 
 
 
 
 

7 lines
204 B

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