clean: remove framework files, calvana project only

This commit is contained in:
2026-03-02 19:07:40 +08:00
parent 938aa18d82
commit 3bc412320b
72 changed files with 17 additions and 10546 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/
EXPOSE 80