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"
echo ""
# pull updated images
docker-compose "$docker_compose_files" pull
docker-compose $docker_compose_files pull
echo "Building images"
echo ""
# Build new images if neccessary
if [ "$USE_MUMBLE" == "true" ]; then
docker-compose "$mumble_compose_file" build
docker-compose $mumble_compose_file build
fi
if [ "$USE_NOVNC" == "true" ]; then
docker-compose "$novnc_compose_file" build
docker-compose $novnc_compose_file build
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment