From fdbf8c5ca5d8bac1eddaebccac31a6c73608637a Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 14:22:29 -0400 Subject: [PATCH] Why the heck is docker ps showing containers on the host??? --- api/data/subscription.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/data/subscription.test.ts b/api/data/subscription.test.ts index eba6be0..bc56625 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -54,6 +54,7 @@ describe("subscriptions", () => { beforeEach(async () => { try { exec("docker ps", (_, out) => console.log(out)) + exec("ls /home", (_, out) => console.log(out)) await migrateToLatest() } catch (error) { console.log("Something has exploded in migration")