I have a laravel app with a working Dockerfile i would like to deploy on google cloud run.
when i deploy it though, it fails at probing, giving the following error:
Default STARTUP TCP probe failed 1 time consecutively for container "laravel-app-1" on port 9000. The instance was not started.
I'm using port 9000, since i'm using fpm.
relevant files below.