Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 161 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 161 Bytes

1. Build Docker image

docker build -t python-rest-api .

2. Run Docker image

docker run -p 9001:9001 python-rest-api