You need to edit the proxy and add your target URL
To deploy you need to run the following commands:
- Create a new build
gcloud builds submit --tag gcr.io/GCP_PROJECT_ID/SERVICE_ID
- To deploy a build
gcloud beta run deploy --image gcr.io/GCP_PROJECT_ID/SERVICE_ID --platform managed
- To run it locally
npm start