feat: 添加 Docker 部署支持,包括 Dockerfile、docker-compose.yml 和部署脚本

This commit is contained in:
2025-12-30 21:23:57 +07:00
parent 8dc57d1de8
commit 391acd574b
5 changed files with 301 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
.cache
dist
# 但保留 .output 以便部署
!.output/.gitkeep
# Node dependencies
node_modules