diff --git a/supervisord.conf b/supervisord.conf index 9a6b128..8fd20af 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -16,7 +16,7 @@ stopasgroup=true killasgroup=true [program:flask_app] -command=/usr/bin/python3 /app/app.py +command=/usr/bin/python /app/app.py directory=/app autostart=true autorestart=true