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:
8
.dockerignore
Normal file
8
.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
.git
|
||||||
|
DB_BACKUP
|
||||||
|
images_to_process
|
||||||
|
new_img_dir
|
||||||
|
static/Bin/*
|
||||||
|
static/Import/*
|
||||||
|
static/Storage/*
|
||||||
|
reference_images/*
|
||||||
Reference in New Issue
Block a user