Skip to content

Commit f30bd44

Browse files
committed
fix permissions
1 parent 8bccdba commit f30bd44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

railway-entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ START_DIR=${1:-/home/coder/project}
66
# Clone the git repo, if it exists
77
[ -z "${GIT_REPO}" ] && echo "No GIT_REPO specified"; git clone $GIT_REPO $START_DIR
88

9+
# Fix permissions
10+
chown -R coder:coder /home/coder/.local
11+
912
# Now we can run code-server with the default entrypoint
1013
/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:8080 $START_DIR

0 commit comments

Comments
 (0)