chore: add docker deployment support

This commit is contained in:
jerryW123
2026-06-23 14:12:30 +08:00
parent 5b4c973812
commit f51f64f3bd
10 changed files with 449 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
node_modules
build
coverage
.git
.gitignore
.DS_Store
*.log
.env
.env.*
!.env.example
Dockerfile*
docker-compose*.yml
docs