From a9128f09ae8c3c88afa533e330ed4005eb6bb22f Mon Sep 17 00:00:00 2001 From: Emilie Date: Tue, 19 Jun 2018 18:08:28 +0200 Subject: [PATCH] [Docker] : take build.yml in build image --- docker/build_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5