speedup docker build command by adding dockerignore listing

This commit is contained in:
Evgenii Alekseev 2022-11-11 12:46:27 +02:00
parent 1b53de6f2b
commit 59ff0589ab

14
.dockerignore Normal file
View File

@ -0,0 +1,14 @@
.eggs/
.git/
.github/
.idea/
.mypy_cache/
.pytest_cache/
.tox/
.venv/
*.egg-info/
__pycache__/
*.pyc
*.pyd
*.pyo