feat: add production Docker deployment

This commit is contained in:
2026-07-20 13:29:24 +08:00
parent 75abc7bfe1
commit 70e97ae8b9
5 changed files with 145 additions and 8 deletions

9
server/.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.env
.env.*
!.env.example
target/
data/
graphify-out/
API.md
API_GUIDE.md
*.log