-
…in reply to @ytnobody
ytnobody Your container listens on port 5000. We recommend containers to listen on $PORT (which defaults to 8080), but you can override that:
$ gcloud run deploy --image gcr.io/$PROJECT/cloud-run-ping-pong --port 5000
Here it is, deployed to Cloud Run: cloud-run-ping-pong-aa5jlnivda-lz.a.run.app/