Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Flask Docker App

A small project: a Flask application containerized with Docker

When you run the application, you will see a simple message: "Main Page"

Structure

  • 'app.py' - the Flask application
  • 'requirements.txt' - the required dependencies
  • 'Dockerfile' - Configuration

How to build the image

docker build -t <image_name> .

How to run the container

docker run -p 5000:5000 <image_name>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages