I think you might need to use quotes:
gunicorn --bind 0.0.0.0:5000 'wsgi:app(api_keys=True, ssl=True, load_only=["en","es","ar"])'
I think you might need to use quotes:
gunicorn --bind 0.0.0.0:5000 'wsgi:app(api_keys=True, ssl=True, load_only=["en","es","ar"])'