- Google Cloud Run
- Next.js
- TypeScript
yarn install
yarn dev
https://cloud.google.com/run/docs/quickstarts/build-and-deploy
gcloud builds submit \
--tag gcr.io/$(gcloud config get-value project)/nextjs-on-cloud-run
gcloud run deploy \
--image gcr.io/$(gcloud config get-value project)/nextjs-on-cloud-run \
--platform managed