Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example usage

Build the project

Navigate to this folder (where the pyproject.toml file is)

Run:

poetry build-project

Build a docker image

docker build -t myimage .

Run the image

docker run -d --name mycontainer -p 8000:8000 myimage

The OpenAPI specification of this FastAPI app can now be accessed at http://localhost:8000/docs#