mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
adds FN_FORMAT, APP_NAME and ROUTE to hot containers
This commit is contained in:
@@ -373,7 +373,6 @@ func (hc *htfn) serve(ctx context.Context) {
|
||||
}
|
||||
}()
|
||||
|
||||
cfg.Env["FN_FORMAT"] = cfg.Format
|
||||
cfg.Timeout = 0 // add a timeout to simulate ab.end. failure.
|
||||
cfg.Stdin = hc.containerIn
|
||||
cfg.Stdout = hc.containerOut
|
||||
|
||||
Reference in New Issue
Block a user