mirror of https://github.com/wallabag/wallabag.git
Add environment variables to control scripts/dev.sh behavior
This commit is contained in:
parent
afe486531d
commit
488e3d7a91
|
@ -13,5 +13,8 @@ fi
|
|||
. "$REQUIRE_FILE"
|
||||
|
||||
$COMPOSER_COMMAND install
|
||||
php bin/console wallabag:install
|
||||
php bin/console server:run
|
||||
if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
|
||||
then
|
||||
php bin/console wallabag:install
|
||||
fi
|
||||
php bin/console server:run $HOST
|
||||
|
|
Loading…
Reference in New Issue