From 1284894a11effc7df39e6304eae3497224c7548f Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 10 Apr 2025 07:08:58 +1000 Subject: [PATCH] update entrypoint --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0cc27ff..13d3363 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -ex +set -e echo "Starting entrypoint script..." @@ -31,4 +31,5 @@ cd "$PROJECT_DIR" # Finally, start the Medusa server. echo "Starting Medusa server..." +exec npm build exec npm start