Topic: deployment

2026-09-12 · 2 min read

Deploy Express to Cloud Run from source

A minimal, production-ready way to run an Express app on Cloud Run: the Dockerfile, reading PORT, a deploy script in package.json, scaling to zero with a small memory limit, and the mistakes that cost the first hour.

cloud runexpressnode.jsdocker

← Guides