Skip to content

A sample flask application created for demonstration purpose

Notifications You must be signed in to change notification settings

nexgtech/flask-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask on Docker

A simple Python Flask application running in a Docker container.

Run the Application

$ python app.py

The app can be reached in your browser at http://localhost:8080/

Docker

Build

docker build -t nexgtech/flask-demo-app:latest .

Run

docker run -d --name app -p 8080:8080 nexgtech/flask-demo-app:latest

Cleanup

docker stop app

About

A sample flask application created for demonstration purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published