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