From 6e15458e4c1344a91c943c7b1b2dc3b11792b623 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 10 Apr 2025 09:13:56 +1000 Subject: [PATCH] run build --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 13d3363..89c07e6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,5 +31,5 @@ cd "$PROJECT_DIR" # Finally, start the Medusa server. echo "Starting Medusa server..." -exec npm build +exec npm run build exec npm start