File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This sample shows how to deploy a Hello World FastAPI application to Cloud Run.
1111
1212* Set an environment variable with your GCP Project ID:
1313
14- ```
14+ ``` sh
1515export GOOGLE_CLOUD_PROJECT=< PROJECT_ID>
1616```
1717
@@ -29,7 +29,7 @@ docker run --rm gcr.io/${GOOGLE_CLOUD_PROJECT}/helloworld-fastapi
2929
3030## Test
3131
32- ```
32+ ``` sh
3333pytest
3434```
3535
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This sample shows how to deploy a Hello World Streamlit application to Cloud Run
1111
1212* Set an environment variable with your GCP Project ID:
1313
14- ```
14+ ``` sh
1515export GOOGLE_CLOUD_PROJECT=< PROJECT_ID>
1616```
1717
@@ -29,7 +29,7 @@ docker run --rm gcr.io/${GOOGLE_CLOUD_PROJECT}/helloworld-streamlit
2929
3030## Test
3131
32- ```
32+ ``` sh
3333pytest
3434```
3535
You can’t perform that action at this time.
0 commit comments