From bd2dbd1d26ff00f4e2a43a32eae99197ed908943 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Wed, 21 May 2025 17:45:36 -0500 Subject: [PATCH] fix deps --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 701240f..158654d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,7 +33,8 @@ export INTERNAL_IP cd /home/container/Monifactory git pull - +cd tools/build +npm install # Switch to the container's working directory