How do people tend to handle static resources in a docker web deployment?
For example, in a django application deployed in a container, is there an application server that serves static files from the container, or do you synchronize them on another server to serve the web server or use the CDN
If you are not using the application container, when you click the files on the CDN or the web server: as part of the container assembly or as the second process in the assembly and how do you ensure the synchronization of both stages?
jvc26 source share