Disable direct file downloads on NodeJS

@Notum follow the steps in this post:

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

3 Likes