Skip to content

vvsirenko/fastapi_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_app

Build the Docker Image

  • Go to the project directory (in where your Dockerfile is, containing your app directory).
  • Build your FastAPI image:
~$ docker build -t myimage .
  • Run a container based on your image:
~$ docker run -d --name mycontainer -p 80:80 myimage
  • Check it

http://127.0.0.1/docs

About

It's test app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published