Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 292 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 292 Bytes

python-flask-docker

The repository contains a python based web app using Flask [dockerised]

  1. PUll the python-flask application image using " docker pull ashutoshroutaray01/new_docker "
  2. Run the image using " docker run --name new_docker -p 5000:5000 -d ashutoshroutaray01/new_docker "