fix: add .dockerignore files to exclude node_modules from build
This commit is contained in:
11
backend/.dockerignore
Normal file
11
backend/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
.env
|
||||
*.log
|
||||
Reference in New Issue
Block a user