添加dockerfile

This commit is contained in:
2026-07-23 15:57:53 +08:00
parent b4c0a1c516
commit 0900edab65
3 changed files with 78 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.gitignore
.env
.env.*
!.env.example
node_modules
**/node_modules
dist
**/dist
.taro
**/.taro
coverage
*.log
.DS_Store