Skip to content

Commit a9c53ca

Browse files
committed
don't serve
1 parent f3bf7f8 commit a9c53ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
echo $RCLONE_CONFIG | base64 -d > /home/coder/.config/rclone/rclone.conf
1616

1717
# 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&
18+
# rclone serve sftp code-server-files:/home/coder/ --no-auth --vfs-cache-mode full&
1919
fi
2020

2121
# Now we can run code-server with the default entrypoint

0 commit comments

Comments
 (0)