mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
use exec for npm run
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
3218e429ec
commit
8d062f7461
1 changed files with 1 additions and 3 deletions
|
|
@ -14,6 +14,4 @@ fi
|
||||||
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
|
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST/$REDIS_DB_INDEX"
|
||||||
|
|
||||||
# Run it
|
# Run it
|
||||||
npm run server:start
|
exec npm run server:start
|
||||||
|
|
||||||
exec "$@"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue