Mustafa-Mohammed-58541 / cloud_run_flaskapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Locally with Docker

To test the application locally using Docker, follow these steps:

  1. Build the Docker image:

    docker build . -t right
  2. Run the Docker container:

    docker run -p 5000:5000 -t right

Deploying to Google Cloud Run

To deploy the application to Google Cloud Run, follow these steps:

  1. Tag the Docker image with your Docker Hub repository:

    docker tag right mostafa117/etl

    Replace right with the name of your local Docker image and mostafa117/etl with your Docker Hub repository name.

  2. Push the Docker image to Docker Hub:

    docker push mostafa117/etl

Running on Cloud Run

Screenshot of the application running on Google Cloud Run

Resources

About


Languages

Language:Dockerfile 61.7%Language:Python 38.3%