docker build -t fe-cloud-run-example:latest .
docker run -it -p 5000:3000 --name fe-cloud-run-example fe-cloud-run-example:latest
test:
curl -i localhost:3000
- Google Cloud Service Account keys are stored globally via Organization secrets. If you have to create new one, you can via Service Accounts page.