Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

File metadata and controls

9 lines (6 loc) · 307 Bytes

Dockerized-REST-API

fastapi-workflow

Running app

  • docker build . --file Dockerfile --tag image_name:tag
  • docker run -rm -p 8000:8000 image_name:tag
  • For docs go to http://0.0.0.0:8000/