添加 Dockerfile
添加 Docker 部署配置
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user