feat: 添加Docker支持,支持容器化部署

This commit is contained in:
lulistart
2026-02-18 03:17:44 +08:00
parent b99dfcc666
commit 5db6f0caf1
4 changed files with 79 additions and 4 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
node_modules
npm-debug.log
.env
.git
database/app.db
token.json
plans/
UI.md
screenshots/