diff --git a/entrypoint.sh b/entrypoint.sh index 1e52962..13e980f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ set -eu if [ "$IS_WEB" = "true" ]; then python3 generate_uswgi_config.py - exec uwsgi -c /tmp/uwsgi.ini + exec uwsgi /tmp/uwsgi.ini fi exec python main.py $@