钟日健
2022-03-15 de587821962647a80fc8f32ecc4e2c080bb26d00
1
2
3
4
5
6
7
8
FROM nginx
 
#将dist目录内容复制到nginx容器html内部
COPY dist /usr/share/nginx/html/
 
# COPY nginx.conf /etc/nginx/nginx.conf
 
EXPOSE 80