Add .dockerignore

This commit is contained in:
Zeva Rose 2022-10-27 20:39:12 -06:00
parent 1ed09666b8
commit b756e88305

11
.dockerignore Normal file
View file

@ -0,0 +1,11 @@
# Ignore everything
*
# Allow source
!/jarvis_tasks
!/requirements.txt
!/run.py
!/config.yaml
# Block other files
**/__pycache__