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

This commit is contained in:
2021-06-16 23:26:41 +10:00
parent b09d19570f
commit fcb74df7bf

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
.git
DB_BACKUP
images_to_process
new_img_dir
static/Bin/*
static/Import/*
static/Storage/*
reference_images/*