From 6152d04cb718f7a43ffe333f12ac892d1a342ab6 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Tue, 13 Feb 2024 16:43:22 +0100 Subject: [PATCH] don't bind mount the repo directory that gets copied in (#122) depends on #99 not sure why this was being done since the repo gets permanently copied into the Docker image. @jdhoffa? Co-authored-by: Jackson Hoffart --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d8566b1..e8baf92 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,3 @@ services: - type: bind source: ${HOST_OUTPUTS_PATH} target: /outputs - - type: bind - source: . - target: /workflow.data.preparation