Skip to content

anarute/fastapi-live-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple project intented to serve as an example on how to use docker for development with live-reload when files are changed.

See the Dockerfile and docker-compose for details on how they work.

You need docker and docker compose installed in your machine. To run it, simply run docker-compose up. Updating the file app/main.py should trigger the server reload and refreshing the page in the browser should get the changes without the need of rebuilding nor reloading the container.

About

Simple example on how to run a dockerized application with live-reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published