From 6ea27fd5cb8a9bc7344302370ce885d53f55ebec Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Mon, 21 Oct 2024 15:50:52 -0400 Subject: [PATCH] Adjust Compose watch settings to sync to new working directory --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 27b0720774..b25ecb95c8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,4 @@ services: watch: - action: sync path: . - target: /src + target: /project