build: add Dockerfile and .dockerignore for containerized deployment

This commit is contained in:
lingyuzeng
2026-03-22 18:41:15 +08:00
parent ce99e8b418
commit 6c097fceb2
2 changed files with 28 additions and 0 deletions

5
.dockerignore Executable file
View File

@@ -0,0 +1,5 @@
node_modules
dist
.env
.DS_Store
*.log