ajout pour builder l'image seulement
This commit is contained in:
parent
6f2a85c013
commit
7af46ca7f6
@ -22,4 +22,7 @@ if [ "$1" == "up" ]; then
|
|||||||
elif [ "$1" == "down" ]; then
|
elif [ "$1" == "down" ]; then
|
||||||
echo "Arrêt de theia..."
|
echo "Arrêt de theia..."
|
||||||
docker-compose down
|
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
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user