Add Docker deployment and Gitea Actions CI/CD
Some checks failed
Deploy Documentation Site / build (push) Has been cancelled
Deploy Documentation Site / deploy (push) Has been cancelled

This commit is contained in:
hjdave
2026-04-04 16:17:02 +08:00
parent 38dc7203d1
commit d6db7a3eef
4 changed files with 164 additions and 1 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.next
node_modules
.git
.env.local
.env.production.local
*.md
.DS_Store
.idea
.vscode
*.log
coverage
.github
.gitea