Update .dockerignore to reduce the context size
This commit is contained in:
parent
991c08d57d
commit
90e13a0f8e
@ -1,2 +1,3 @@
|
||||
.git
|
||||
**/node_modules
|
||||
**/.vscode
|
||||
|
@ -1,2 +1,5 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
**/*.pyc
|
||||
**/__pycache__/
|
||||
**/.venv
|
||||
tests/
|
||||
personal_data/
|
Loading…
Reference in New Issue
Block a user