diff --git a/entrypoint.sh b/entrypoint.sh index 66946fb..76b93ad 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #! /usr/bin/env bash +set -e + if [ "$1" = "streaming" ]; then echo "Migrating backend..." cd icon_stats