This will allow you to expose your “export” folder into your Docker container.
The more appropriate approach is to expose a more generic folder “storage”, which inside you put the “export” folder, so it comes:
/storage/export/
Also a note for newbies using Linux, the initial slash (/) is specific to Wappler, it refers to the app’s directory, not to the actual filesystem / in Unix/Linux