fix hugochat exit

This commit is contained in:
nora 2023-08-26 22:20:51 +02:00
parent 11c10497ce
commit a33373efa1

View file

@ -24,6 +24,8 @@ if [ "$APP" = "hugo-chat" ]; then
echo "Building client"
docker build . -t "$CLIENT_FULL_NAME"
docker push "$CLIENT_FULL_NAME"
exit 0
fi
echo "Checking out $APP"