add Dockerfile and docker-compose.yml

This commit is contained in:
2026-05-23 09:47:38 +08:00
parent a02925dfd0
commit 1850c58197
3 changed files with 32 additions and 0 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
dist
.git
.claude
npm-debug.log*
Dockerfile*