Update compose.yaml

This commit is contained in:
2026-06-10 02:03:19 +08:00
parent 8d699e3e2d
commit c566ef8ec0
+1 -1
View File
@@ -10,4 +10,4 @@ services:
- /app/data/stacks/local-lxc/finance-suite:/app - /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 "echo '--- WHAT IS IN /app ---' && ls -la && pwd && sleep 300"