Skip to content
Snippets Groups Projects
Verified Commit 855247b6 authored by Armin Co's avatar Armin Co
Browse files

Fixed building images

parent af33f348
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,18 @@ ...@@ -4,11 +4,18 @@
compose_files=$(./compose_files_conf.sh) compose_files=$(./compose_files_conf.sh)
echo "pulling images"
# pull updated images # pull updated images
docker-compose $compose_files pull docker-compose $compose_files pull
echo "building images"
# build new images if neccessary # build new images if neccessary
docker-compose $compose_files build cd build-mumble-web
docker-compose -f docker-compose.production.yml build
cd ../novnc
docker-compose build
cd ..
# start/restart updated containers # start/restart updated containers
./start_containers.sh ./start_containers.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment