How to re-compile static/css/site-tailwind.js file in Django project

I'm developping a Django project inside a docker container, but am running into a problem.

I cannot get the docker container to recompile the static/css/site-tailwind.css file.

I'm trying to include components which are declared in a assets/styles/site-tailwind.css file, but however I build the image, it does not compile the static file anew... Anyone has an idea on how to do this ?

Вернуться на верх