We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bf7f8 commit a9c53caCopy full SHA for a9c53ca
railway-entrypoint.sh
@@ -15,7 +15,7 @@ else
15
echo $RCLONE_CONFIG | base64 -d > /home/coder/.config/rclone/rclone.conf
16
17
# serve remote files on the first item in the rclone config
18
- rclone serve sftp code-server-files:/home/coder/ --no-auth --vfs-cache-mode full&
+ # rclone serve sftp code-server-files:/home/coder/ --no-auth --vfs-cache-mode full&
19
fi
20
21
# Now we can run code-server with the default entrypoint
0 commit comments