At container launch, a custom application key can be defined with
docker run ... -e APP_KEY=... ... nasqueron/notifications.
If no key is submitted, we run php artisan key:generate after
an an empty .env is created if missing.
If NO_INSTALL is defined, we don't check anything and the application
will fail loudly if no configuration is provided.
Fixes T690.