Upload files to "/"

This commit is contained in:
2026-06-10 01:58:32 +08:00
parent b003a1153a
commit 8d699e3e2d
+2 -1
View File
@@ -6,7 +6,8 @@ services:
ports: ports:
- "5678:5000" - "5678:5000"
volumes: volumes:
- .:/app # We point Docker directly to Dockhand's exact internal cloning folder
- /app/data/stacks/local-lxc/finance-suite:/app
restart: always restart: always
command: > command: >
sh -c "pip install --no-cache-dir -r requirements.txt && python app.py" sh -c "pip install --no-cache-dir -r requirements.txt && python app.py"