GoogleCloudPlatform / cloud-run-hello

Demo container for Google Cloud Run
https://cloud.run
Apache License 2.0
98 stars 140 forks source link

Use ENTRYPOINT instead of CMD #55

Closed dseomn closed 2 years ago

dseomn commented 2 years ago

This lets us use this placeholder interchangeably with our real container images, since the placeholder ignores its arguments. (With CMD, the arguments replaced the command instead of being passed to the command.)

Fixes #54