I got mine working after running this command in docker:
docker run -p 8000:5000 -e DOTNET_URLS=http://+:5000 --name=<container_name> <image_name>