Update src/cli.ts to call Container.destroy(...)
This commit is contained in:
parent
846461bac6
commit
0a6b25b5c3
@ -12,4 +12,5 @@ globalRegistry.run(async () => {
|
||||
*/
|
||||
const app = cli()
|
||||
await app.run()
|
||||
await app.destroy()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user