init push

This commit is contained in:
2026-05-21 19:52:45 +08:00
commit e3f75311ab
1280 changed files with 179173 additions and 0 deletions

7
web/admin/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:alpine
COPY dist /opt/frontend/dist
COPY server.conf /etc/nginx/conf.d/server.conf
COPY nginx.conf /etc/nginx/nginx.conf
COPY ssl /etc/nginx/ssl
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]