Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 312 Bytes

#webserver This is a simple web server based on Flask - new one

To run this websever locally

Install python3 on local host or virual env pip install -r requirements.txt

To run the app

python3 app2.py

Connect to webserver

http://0.0.0.0:4080

Build docker image

docker build -t flaskapp .