feat: Add Docker containerization, production serving, and Gitea CI/CD workflow.
Some checks failed
Build and Deploy / build (push) Failing after 2m44s

This commit is contained in:
2025-12-14 22:48:41 +01:00
parent 65824a52d9
commit 6f3c773dfd
5 changed files with 99 additions and 4 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
.git
node_modules
src/node_modules
src/dist
src/client/dist
.env
.DS_Store
coverage