start command
gunicorn app.main:application --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80 --bind 0.0.0.0:8888
in top level directory
docker build . -t application
docker run -d -p 8777:8887 application
and then test the api via
curl 0.0.0.0:8777/health/live