diff --git a/pkg/command/server_simple.go b/pkg/command/server_simple.go index 8d9ce39e42..51219dd30f 100644 --- a/pkg/command/server_simple.go +++ b/pkg/command/server_simple.go @@ -52,6 +52,7 @@ func Simple(cfg *config.Config) *cli.Command { runtime.Logger(logger), runtime.Services(append(runtime.RuntimeServices, SimpleRuntimeServices...)), runtime.MicroRuntime(cmd.DefaultCmd.Options().Runtime), + runtime.Context(c), ) {