From a019965f6ba628e22c5ffa20a95d213a3c6c6877 Mon Sep 17 00:00:00 2001 From: zima Date: Sun, 22 Dec 2024 12:00:26 -0700 Subject: [PATCH] Change test container to automatically start in work dir --- compose.local-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.local-test.yml b/compose.local-test.yml index ecb9f42722..7cb0440bad 100644 --- a/compose.local-test.yml +++ b/compose.local-test.yml @@ -32,6 +32,7 @@ services: image: node:iron ports: - 3000:3000 + working_dir: /host volumes: - ./:/host command: sleep infinity