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