Open
Description
Hi.
I am trying to ADD the application files to the PHP container instead of mounting them.
The application files are added but while accessing it on the prod environment assets can not be found even after dumping them, fixing permissions errors and clearing the cache. Every request to an asset returns a 404 (Not Found), although they are in the container. It works fine in the dev environment tough. Maybe it is related to the nginx configurations but I don't really know.
So, what changes do I have to do in order to ADD instead of mounting volumes?