update entrypoint

This commit is contained in:
Ryan 2025-04-10 07:08:58 +10:00
parent ef8ad9f790
commit 1284894a11

View File

@ -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