Skip to content
Snippets Groups Projects
Commit 2db67103 authored by Armin Co's avatar Armin Co
Browse files

Fix fiex path

parent 86b13db3
No related branches found
No related tags found
No related merge requests found
...@@ -8,17 +8,17 @@ echo "Pulling images" ...@@ -8,17 +8,17 @@ echo "Pulling images"
echo "" echo ""
# pull updated images # pull updated images
docker-compose "$docker_compose_files" pull docker-compose $docker_compose_files pull
echo "Building images" echo "Building images"
echo "" echo ""
# Build new images if neccessary # Build new images if neccessary
if [ "$USE_MUMBLE" == "true" ]; then if [ "$USE_MUMBLE" == "true" ]; then
docker-compose "$mumble_compose_file" build docker-compose $mumble_compose_file build
fi fi
if [ "$USE_NOVNC" == "true" ]; then if [ "$USE_NOVNC" == "true" ]; then
docker-compose "$novnc_compose_file" build docker-compose $novnc_compose_file build
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment