How to download files from node project
nicoaguilerapy
HOBBY
a year 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
a year ago
File access would need to be done by the service.
For data persistence you would want to use a volume.