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