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