Next.js template to deploy to Google Cloud Run as a Docker container.
83
stars
8
commits
TypeScript
primary language
Dec 14, 2025
updated
This is a Next.js template which can be deployed to Google Cloud Run.
This template can be used to deploy your Next.js application as a Docker container.
Install the Google Cloud SDK so you can use gcloud on the command line.
Run gcloud auth login to log in to your account.
Create a new project in Google Cloud Run (e.g. nextjs-docker). Ensure billing is turned on.
Deploy to Cloud Run: gcloud run deploy helloworld --source=. --project=PROJECT-ID --region=us-central1 --allow-unauthenticated.
PROJECT-ID with your Google Cloud Project ID.us-central1 with a different Google Cloud region.For more information, see the Next.js deployment documentation.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
TypeScript
51.4%
Dockerfile
48.6%
Next.js template to deploy to Google Cloud Run as a Docker container.
83
stars
8
commits
TypeScript
primary language
Dec 14, 2025
updated
This is a Next.js template which can be deployed to Google Cloud Run.
This template can be used to deploy your Next.js application as a Docker container.
Install the Google Cloud SDK so you can use gcloud on the command line.
Run gcloud auth login to log in to your account.
Create a new project in Google Cloud Run (e.g. nextjs-docker). Ensure billing is turned on.
Deploy to Cloud Run: gcloud run deploy helloworld --source=. --project=PROJECT-ID --region=us-central1 --allow-unauthenticated.
PROJECT-ID with your Google Cloud Project ID.us-central1 with a different Google Cloud region.For more information, see the Next.js deployment documentation.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
TypeScript
51.4%
Dockerfile
48.6%