Comments out build script step in update command
@ -163,7 +163,7 @@ case "$CMD" in
update)
git pull
docker-compose build
./update.sh
# ./update.sh
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d