From fb908f9d5088f4ace0615bc130adab112d27dc22 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Wed, 11 Sep 2024 11:05:13 +0200 Subject: [PATCH] npm install for node container --- Dockers/remote-node-container/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/remote-node-container/entrypoint.sh b/Dockers/remote-node-container/entrypoint.sh index d7320e4..855437b 100644 --- a/Dockers/remote-node-container/entrypoint.sh +++ b/Dockers/remote-node-container/entrypoint.sh @@ -85,7 +85,7 @@ fi cd /workspace # Install dependencies -yarn install +npm install # Copy the environment file to the repository's environments directory if [ -f /environment/.env ]; then