添加dockerfile
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
node_modules
|
||||
**/node_modules
|
||||
dist
|
||||
**/dist
|
||||
.taro
|
||||
**/.taro
|
||||
coverage
|
||||
*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user