#How to download file from railway?
4 messages · Page 1 of 1 (latest)
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?