add Dockerfile

This commit is contained in:
simple321vip
2022-08-22 22:17:43 +08:00
parent d9202040c1
commit 6693b6b0e7
2 changed files with 55 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:1.23.1-alpine
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf