Skip to content

ranjansumit/flask_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_app

#Pre-Requisite

  1. ssh to a linux box with git client setup
  2. yum install -y docker
  3. usermod -a -G docker ec2-user # add ec2-user to docker group

#Steps to deploy the application

  1. Download the source code zip file
  2. Build the image with
docker build -t my-flask-app .
  1. Start the container with
docker run -d -p 5000:5000 my-flask-app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published