Ignore files not related to Docker image during build

To reduce the size of context sent to Docker daemon
This commit is contained in:
Raymond Tau
2019-03-26 08:07:32 +08:00
parent db133e75db
commit 0a7cd32b35

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
.git
.gitignore
.dockerignore
Dockerfile*
.flake8
.travis.yml
doc