diff --git a/entrypoint.sh b/entrypoint.sh index 5d9fbc6..74d70a5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh -l -apt install update -apt install curl +apt-get update +apt-get install curl curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh nvm install latest npm i