Add .dockerignore
This commit is contained in:
parent
1ed09666b8
commit
b756e88305
1 changed files with 11 additions and 0 deletions
11
.dockerignore
Normal file
11
.dockerignore
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Ignore everything
|
||||||
|
*
|
||||||
|
|
||||||
|
# Allow source
|
||||||
|
!/jarvis_tasks
|
||||||
|
!/requirements.txt
|
||||||
|
!/run.py
|
||||||
|
!/config.yaml
|
||||||
|
|
||||||
|
# Block other files
|
||||||
|
**/__pycache__
|
Loading…
Add table
Reference in a new issue