From 83f803c66a5d691f157b18976085245a29940456 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 7 Oct 2019 15:19:11 -0500 Subject: [PATCH] Add shebang --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 35fa2a7..3054f4e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,5 @@ +#!/bin/sh -l + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash nvm install latest npm i