Unable to deploy Ubuntu 20.04 Docker container on Google Cloud Run
问题 I'm trying to deploy a simple Python-based Docker container based on Ubuntu 20.04 via Google Cloud Run. I've successfully built the image, but when I try to deploy the Cloud Run service, I get the following error (project details omitted): Cloud Run error: Invalid argument error. Invalid ENTRYPOINT. [name: "gcr.io/{PROJECT_ID}/{SERVICE_NAME}@sha256:{HASH}" error: "Invalid command \"/bin/sh\": fil e not found" e not found" ]....failed Deployment failed What's strange, though, is if I pull and