Node.js express web app that simply says Hello from its root endpoint.
npm install
node index.js
Use gcloud
to build and deploy.
# Build with cloud build
gcloud builds submit --tag eu.gcr.io/${PROJECT_ID}/nodejs --project ${PROJECT_ID}
# Deploy and Run with Cloud Run
gcloud run deploy nodejs --project ${PROJECT_ID} --allow-unauthenticated --image eu.gcr.io/${PROJECT_ID}/nodejs --platform managed --region europe-west1