docker 支持

This commit is contained in:
2022-06-24 20:07:03 +08:00
parent 19013e205d
commit 5cf7371978
8 changed files with 88 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx
COPY ./dist /usr/share/nginx/html
COPY ./conf.d/default.conf /etc/nginx/conf.d/
EXPOSE 80/tcp