feat: add docker deployment configuration, fix DB collation, and update portal links

This commit is contained in:
Anwitch
2026-06-13 07:06:54 +00:00
parent 5d3cc007de
commit 9967f888fc
5 changed files with 593 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80