Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 384 Bytes

Google Cloud Run + fastapi

Quick and dirty experiment with GCR + fastapi demo

Definitely not production ready.

Example commands to run the test service

$ gcloud auth configure-docker
$ docker build -t gcr.io/almostproductive/hello-run .
$ docker push gcr.io/almostproductive/hello-run
$ gcloud run deploy --image gcr.io/almostproductive/hello-run --platform managed