Docker not reading API key in .env file
Description I am trying to deploy my Flask web app to Google Cloud Run, but the Docker is not reading the .env file that contains the API key. The following image is my project directory. (requirements.txt containing python-dotenv package is…