Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample-FlaskApp

  • Have Docker Installed GLOBALLY in your system
  • Clone the repo in a folder
  • Run the command docker build -t "your_tag" .
  • Where docker will build the image and put it in a destination file which is represented here with a dot(.)
  • Now run docker run -d -p 5000:5000 "your_tag"
  • -d in detached mode so that the terminal becomes free
  • -p to map your container port with the server port

Example code run

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages