This commit is contained in:
Jane
2023-12-22 10:59:10 +08:00
parent 751c43e199
commit d1ede2d4aa
2774 changed files with 291509 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM nginx:1.21.1-alpine
COPY default.conf /etc/nginx/conf.d/
COPY ./dist /usr/share/nginx/html/micro-ui
EXPOSE 8013