How to download files from node project
nicoaguilerapy
HOBBYOP
2 years ago
I have an image storage service which saves on the project's local disk, but every time I deploy they are obviously deleted. Is there a way to access the disk and download the current ones?
1 Replies
2 years ago
File access would need to be done by the service.
For data persistence you would want to use a volume.