Assets folder not found in docker

Hi,

I am having issues with my assets folder when deploying my web app using docker. Locally, my css files in the assets folder are found.

However, when I deploy it using Docker, it somehow no longer finds the files (I can tell as the style is back to the default one).

Any idea how to solve this? I saw on another threat someone managed to get around this using a S3 container but I am deploying to Azure and not AWS.

Also my app is set to dash.Dash(name)

Thank you :slight_smile: