make an app that start from app.py, make requirements.txt as well (pip freeze > requirements.txt) there is no need to add gunicorn, the container will be listening on 8000
upload your app to a folder for me it will be /app
docker run -v /app:/app -d -p 127.0.0.1:9500:8000 codethier/gunicorn