| Dockerfile | ●●●●● patch | view | raw | blame | history |
Dockerfile
New file @@ -0,0 +1,8 @@ FROM ubuntu/nginx:1.24-24.04_edge # 复制自定义配置文件 #COPY nginx.conf /etc/nginx/nginx.conf #COPY default.conf /etc/nginx/conf.d/default.conf # 复制网站文件 COPY build /usr/share/nginx/html