diff --git a/entrypoint.sh b/entrypoint.sh index 3054f4e..5d9fbc6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/sh -l -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash +apt install update +apt install curl +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh nvm install latest npm i npm i @cloudflare/wrangler -g