This commit is contained in:
Liang Ding 2022-11-08 19:09:47 +08:00
parent 7de473b889
commit 6f460e40d6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 1 additions and 9 deletions

View file

@ -74,7 +74,7 @@ func Serve(fastMode bool) {
serveTemplates(ginServer)
api.ServeAPI(ginServer)
if !fastMode {
if !fastMode && "prod" == util.Mode && util.ContainerStd == util.Container {
killRunningKernel()
}