Add .dockerignore

This commit is contained in:
Zeva Rose 2022-10-27 20:38:36 -06:00
parent bceaa79c9b
commit 4779a3aae2

13
.dockerignore Normal file
View 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__