From bdc301fe555df8389cb97cf699a4e6fb06dc2aa5 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Sun, 31 Aug 2025 13:07:01 +0000 Subject: [PATCH] fix entrypoint with new build script location --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 932eb99..c5f362a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -40,11 +40,12 @@ npm install # Switch to the container's working directory cd /home/container || exit 1 +node --version rm -r config/ defaultconfigs/ config-overrides/ kubejs/ mods/ rm -r ./Monifactory/dist/* echo "Building server..." -node ./Monifactory/tools/build build-server +node ./Monifactory/build/index.ts build-server echo "Copying files" cp -r ./Monifactory/dist/server/* . ./pack-mode-switcher.sh h