fonylew / simple-flask-on-cloud-run

Simple Flask application that hosts on Cloud Run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Flask on Cloud Run

How to deploy

please make sure you are working on the right project. gcloud config set project $PROJECT_NAME

make enable-cloud-run
make cloud-build
make cloud-run

Note: some of these command will ask for your project name again

About

Simple Flask application that hosts on Cloud Run


Languages

Language:Python 43.2%Language:Makefile 39.2%Language:Dockerfile 17.7%