steren’s avatarsteren’s Twitter Archive—№ 4,603

  1. From 0 to an Express app on Cloud Run in 3 commands: $ npx express-generator $ pack build gcr.io/my-project/express --builder cloudfoundry/cnb:bionic --publish $ gcloud beta run deploy --image gcr.io/my-project/express