Merge pull request #167 from fbigun/Feature-dockerignore

增加docker忽略文件,减少不必要的文件打包
pull/166/head
wenxianping 2019-01-12 15:44:37 +08:00 committed by GitHub
commit 856a4de2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.dockerignore Executable file
View File

@ -0,0 +1,9 @@
**/*.html
**/*.pyc
**/*.yaml
**/*.log
**/*~
**/.DS_Store
**/Thumbs.db
.idea/
.git/