diff --git a/pkg/command/server.go b/pkg/command/server.go index 0bfbe10db0..673dc3de3c 100644 --- a/pkg/command/server.go +++ b/pkg/command/server.go @@ -39,6 +39,7 @@ func Server(cfg *config.Config) *cli.Command { runtime.Services(append(runtime.MicroServices, runtime.Extensions...)), runtime.Logger(logger), runtime.MicroRuntime(cmd.DefaultCmd.Options().Runtime), + runtime.Context(c), ) runtime.Start()