From 7fe05f8056dab8bab67029c4740d9d59d6002e2c Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Tue, 28 Jul 2020 17:59:26 +0200 Subject: [PATCH] Building images with correct path --- update_containers.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/update_containers.sh b/update_containers.sh index 6e44ab1..33caf74 100755 --- a/update_containers.sh +++ b/update_containers.sh @@ -10,8 +10,6 @@ docker-compose $compose_files pull echo "building images" # build new images if neccessary -cd build-mumble-web -docker-compose -f docker-compose.production.yml build -cd ../novnc -docker-compose build -cd .. +docker-compose -f build-mumble-web/docker-compose.production.yml build +docker-compose -f novnc/docker-compose.yml build + -- GitLab