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.
Hi @sanjanaj,
Welcome to Google Cloud Community!
I tried replicating your concern and running it using a Docker container in Cloud Shell but the results stay the same, it runs on port 5000 whether I specify a port number or not. This is more likely an intended behavior as explained below.
I hope the above information is helpful.