plotly/dash-renderer

CSS does not load when using Docker Container

SaranyaaVR opened this issue · 3 comments

The loading symbol css I am using, works just fine when I load the dash apps locally. However when I load them in a docker container it doesnt work. I have tried both loading it as an external css and as a file within assets in my root directory.

Do you have a reproducible example? First guess would be that the assets directory isn't COPY'd to the right location

Let me pull up an example, but asset dir is in the right place coz I serve images through the directory and that works fine

Closing due to lack of activity - if this is still an issue please reopen in the dash repo