From: Emilie Date: Tue, 19 Jun 2018 16:08:28 +0000 (+0200) Subject: [Docker] : take build.yml in build image X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a9128f09ae8c3c88afa533e330ed4005eb6bb22f;p=docker-django-scripts.git [Docker] : take build.yml in build image --- diff --git a/docker/build_image.sh b/docker/build_image.sh index 957956b..272e516 100755 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -1,7 +1,7 @@ #!/bin/sh # Always remove intermediate containers and build app in dev mode -docker-compose -f docker-compose.yml -f env/dev.yml build --force-rm --no-cache +docker-compose -f docker-compose.yml -f env/build.yml build --force-rm --no-cache # Delete all stopped containers (including data-only containers) docker rm $(docker ps -a -q) # Delete all 'untagged/dangling' () images