Closed
Description
I'm looking at whether I can run this atop Google Cloud Run, AKA Knative, which is a way of running serverless style Docker images inside of Kubernetes Engine.
My first requirement is to honor a PORT
environment variable which defines where we should bind. Can I get some direction on what I need to patch to make that happen? Thanks!