diff --git a/entrypoint.sh b/entrypoint.sh index aaf49ef..1e52962 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,13 +2,10 @@ set -eu -echo "Generating uwsgi config" -python3 generate_uswgi_config.py if [ "$IS_WEB" = "true" ]; then - echo "Running web" + python3 generate_uswgi_config.py exec uwsgi -c /tmp/uwsgi.ini fi -echo "Running collector" exec python main.py $@