mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
feat: initialize plugins on boot
This commit is contained in:
@@ -6,6 +6,8 @@ exec 2>&1
|
||||
echo "Running dokku-init"
|
||||
cd /tmp || exit 1
|
||||
|
||||
dokku plugin:install
|
||||
|
||||
if [[ -n "$DOKKU_HOSTNAME" ]]; then
|
||||
echo "dokku dokku/vhost_enable boolean true" | debconf-set-selections
|
||||
dokku --quiet domains:set-global "$DOKKU_HOSTNAME"
|
||||
|
||||
Reference in New Issue
Block a user