From 7ca0ace7bddbe56adf39047269789042eb30d45c Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Wed, 24 Apr 2024 11:57:45 +0100 Subject: [PATCH] Add .dockerignore for use with Tilt env --- .dockerignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3e021bf --- /dev/null +++ b/.dockerignore @@ -0,0 +1,17 @@ +# Exclude the dockerfile itself +Dockerfile + +# Exclude Python caches +**/__pycache__ +*.egg-info + +# Exclude anything that isn't required for the build +.dockerignore +.github +.gitignore +.stestr.conf +charts +test-requirements.txt +tilt-component.yaml +tools +tox.ini