Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 90 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 90 Bytes

Docker-Flask-APIs

docker build -t image_name .

docker run -d -p 5000:5000 image_name