Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 144 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 144 Bytes

minimal-flask-docker

docker build -t flaskimage

docker run -it --name flaskcontainer --rm -p 8000:5000 flaskimage

then run python post.py