diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a73b631 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,11 @@ +# Ignore everything +* + +# Allow source +!/jarvis_tasks +!/requirements.txt +!/run.py +!/config.yaml + +# Block other files +**/__pycache__