#How to download file from railway?

4 messages · Page 1 of 1 (latest)

shy sunBOT
#

Project ID: f4acd2a2-396d-4e83-bf31-29af08df17d4

prime igloo
#

You could serve it with a static file server and then download it from there.

#

But Railway doesn't provide access through the dashboard to the internal file system of your containers - this is on purpose, since we want to encourage reproducible builds and the containers are ephemeral.

#

what do you mean?