feat(project): init

This commit is contained in:
2026-03-10 17:06:22 +08:00
commit 1ae8509cce
70 changed files with 5141 additions and 0 deletions

8
docker/nginx.dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM harbor.cowarobot.cn/nginx/nginx:stable
ADD ./out /usr/share/nginx/html/out
ADD ./docker/nginx.conf /etc/nginx/nginx.conf
RUN chmod -R 777 /usr/share/nginx/html
ENV PORT 5532