Dockerfile 187 Bytes
Newer Older
chenxushuo's avatar
chenxushuo committed
1 2
FROM registry.cn-shenzhen.aliyuncs.com/thinker-vc/nginx-front:1.15.1-1

chenxushuo's avatar
chenxushuo committed
3
COPY default.conf /etc/nginx/conf.d
chenxushuo's avatar
chenxushuo committed
4 5 6 7 8 9

COPY dist /usr/share/nginx/html

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]