Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try and fix perms
  • Loading branch information
Kristian Freeman committed Oct 11, 2019
1 parent ff09530 commit 271f26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -7,7 +7,7 @@ export NVM_DIR="/github/workspace/nvm"
export WRANGLER_HOME="/github/workspace"

mkdir -p "$HOME/.wrangler"
chown root: "$HOME/.wrangler"
chmod -R 777 "$HOME/.wrangler"

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
Expand Down

0 comments on commit 271f26d

Please sign in to comment.