From 39be9657e282f9697bb7e420ea302c89072c4df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Fri, 29 Mar 2024 07:47:32 +0100 Subject: [PATCH] add the replace path on the docker compose file --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 70ea40f..5dc36ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,4 +26,5 @@ services: MOUNT_BASE_DIR: /app/tool_mounts UVICORN_HOST: 0.0.0.0 UVICORN_PORT: 5555 + CONTAINER_REPLACE_MOUNT: ${PWD}/tool_mounts \ No newline at end of file