From fcb74df7bf1c852b978d6689e4f57b7c55be94ba Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 16 Jun 2021 23:26:41 +1000 Subject: [PATCH] use a .dockerignore to avoid copying over 500+MB of git and backups, along with not copying some dev only images/dirs. when "docker-compose ... build" is used --- .dockerignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..b66042e --- /dev/null +++ b/.dockerignore @@ -0,0 +1,8 @@ +.git +DB_BACKUP +images_to_process +new_img_dir +static/Bin/* +static/Import/* +static/Storage/* +reference_images/*