From 3dc1bddb46edcd6242727017d1c75dbd18e85f9a Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 7 Oct 2019 15:41:31 -0500 Subject: [PATCH] Confirm --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 74d70a5..efc72f6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh -l -apt-get update -apt-get install curl +apt-get update -y +apt-get install curl -y curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh nvm install latest npm i