Use exec for medusa start to capture all output
This commit is contained in:
parent
0158577a62
commit
8f5fe4ab2f
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
|
@ -2,4 +2,4 @@
|
||||||
echo "Running database migrations..."
|
echo "Running database migrations..."
|
||||||
npx medusa db:migrate
|
npx medusa db:migrate
|
||||||
echo "Starting Medusa server..."
|
echo "Starting Medusa server..."
|
||||||
npx medusa start
|
exec npx medusa start 2>&1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue