Trying to set up Dockerfile, don't know syntax

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"])'
1 Like