update entrypoint
This commit is contained in:
parent
ef8ad9f790
commit
1284894a11
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
echo "Starting entrypoint script..."
|
echo "Starting entrypoint script..."
|
||||||
|
|
||||||
@ -31,4 +31,5 @@ cd "$PROJECT_DIR"
|
|||||||
|
|
||||||
# Finally, start the Medusa server.
|
# Finally, start the Medusa server.
|
||||||
echo "Starting Medusa server..."
|
echo "Starting Medusa server..."
|
||||||
|
exec npm build
|
||||||
exec npm start
|
exec npm start
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user