From 8d699e3e2d4017f405a1b9193a7d123e5fce84c4 Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 10 Jun 2026 01:58:32 +0800 Subject: [PATCH] Upload files to "/" --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index dd0ea14..e163e03 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,8 @@ services: ports: - "5678:5000" volumes: - - .:/app + # We point Docker directly to Dockhand's exact internal cloning folder + - /app/data/stacks/local-lxc/finance-suite:/app restart: always command: > sh -c "pip install --no-cache-dir -r requirements.txt && python app.py" \ No newline at end of file