summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 4f43a72d1f9767d5e5cdf613d9603b8250dab69a (plain)
1
2
3
4
5
6
7
8
9
FROM 192.168.40.153:9080/common/nginx-cn:1.0.0

MAINTAINER shizhendong [email protected]

# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
COPY dist/  /usr/share/nginx/html/

# nginx 配置 , 制作镜像时不做处理 , 容器可自己挂载配置文件
#COPY nginx.conf /etc/nginx/nginx.conf