DEV Community

Discussion on: Django with Tailwind (JIT) and Hot Reloading

Collapse
 
aspraveen profile image
praveen

Hi , This setup worked fine for me, but not on Docker .

I think you can do this on Docker by exposing the hot reloading port some thing like

ports:

  • "10000:10000" ( exact port you need to find)

I was able to fix the hot reloading in a sapper project as mentioned above