diff --git a/start.sh b/start.sh index 693d0bf..997e2fa 100755 --- a/start.sh +++ b/start.sh @@ -4,6 +4,7 @@ if [ -n "$GIT_URL" ]; then git clone $GIT_URL /home/coder/project fi +sudo chown -R 1000:1000 /home/coder/project cd /home/coder/project if [ -f "requirements.txt" ]; then @@ -18,4 +19,4 @@ if [ -f "package-lock.json" ]; then npm install fi -/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:8080 . \ No newline at end of file +/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:8080 .