diff --git a/wrapper.sh b/wrapper.sh index 5e849a3..1d0e41c 100755 --- a/wrapper.sh +++ b/wrapper.sh @@ -22,4 +22,7 @@ if [ "$1" == "up" ]; then elif [ "$1" == "down" ]; then echo "ArrĂȘt de theia..." docker-compose down +elif [ "$1" == "build" ]; then + VPN_PASSWORD=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1) + docker-compose build theia fi