We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bccdba commit f30bd44Copy full SHA for f30bd44
railway-entrypoint.sh
@@ -6,5 +6,8 @@ START_DIR=${1:-/home/coder/project}
6
# Clone the git repo, if it exists
7
[ -z "${GIT_REPO}" ] && echo "No GIT_REPO specified"; git clone $GIT_REPO $START_DIR
8
9
+# Fix permissions
10
+chown -R coder:coder /home/coder/.local
11
+
12
# Now we can run code-server with the default entrypoint
13
/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:8080 $START_DIR
0 commit comments