nektro
HOBBYOP
a month ago
deployed my app via docker container and im getting an error that does not reproduce for me locally simply running docker run <img>
14 Replies
also not sure why when deploying it hits the error then appears to retry another 9 times
is it actually running the image in docker? because my app does try to run a command inside the image and if its being unpacked in any way then the command might be whats not found
$ railway volume browse /
> Select a volume ******
Failed to load remote directory /
Caused by:
0: Failed to list / after reconnect
1: Failed to initialize SFTP session
2: Timeouta month ago
Console tab of the service
a month ago
Railway iirc doesnt use docker, but that shouldn't really matter unless you are trying to do something the platform doesn't support.
Attachments
nektro
HOBBYOP
24 days ago
solved on my end