Skip to content

omingle-og/flask-docker-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Docker Setup

This guide provides step-by-step instructions to set up and run a Flask application using Docker.

Prerequisites

  • Install Docker on your system.
  • Ensure docker is running.

Steps to Build & Run


  • Clone the Repository
git clone <repository-url>
cd <project-folder>
  • Build the Docker Image
docker build -t flask-app .
  • Run the Flask Application in Docker
docker run -d -p 5000:5000 flask-app

Thank for reading!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%