Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Running Flask Backend Docker Container in Cloud Shell Always Running on Port 5000 Why?

I have a react application with frontend and backend docker images. I want to deploy the docker container using cloud run. Right now I am trying to get the docker container to run using the Cloud Shell and am first running the backend container. The backend is using Flask and even no matter which port I have specified it automatically uses port 5000 and my application is not able make the api calls to the backend.

1 REPLY 1