diff --git a/src/Base/Framework/Command/StartupStatusCommand.php b/src/Base/Framework/Command/StartupStatusCommand.php index 9fbe74f..718a48c 100644 --- a/src/Base/Framework/Command/StartupStatusCommand.php +++ b/src/Base/Framework/Command/StartupStatusCommand.php @@ -11,7 +11,7 @@ use Symfony\Component\Console\Style\SymfonyStyle; #[AsCommand( name: 'startup:status', - description: 'Add a short description for your command', + description: 'Used by the Docker healthcheck system to signal when the container is healthy.', )] class StartupStatusCommand extends Command {