添加dockerfile

This commit is contained in:
2026-07-23 15:54:39 +08:00
parent 63b4959b6b
commit 5fb131ff90
4 changed files with 56 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.git
.gitignore
node_modules
dist
*.log
.env
.env.*
!.env.example
.vscode
.idea