chore: Added .dockerignore to optimize build context size.
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Docker ignore file for Aether API
|
||||||
|
environment/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
pip-log.txt
|
||||||
|
pip-delete-this-directory.txt
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.dockerignore
|
||||||
|
documentation/
|
||||||
|
tests/
|
||||||
|
logs/
|
||||||
|
temp/
|
||||||
|
# Don't ignore requirements.txt or Dockerfile!
|
||||||
Reference in New Issue
Block a user