Starlette walkthrough
https://medium.com/@williamhayes/fastapi-starlette-debug-vs-prod-5f7561db3a59
Steps:
docker build -t myimage .
docker run -d --name mycontainer -p 80:80 myimage
curl localhost
https://medium.com/@williamhayes/fastapi-starlette-debug-vs-prod-5f7561db3a59
Steps:
docker build -t myimage .
docker run -d --name mycontainer -p 80:80 myimage
curl localhost