From c566ef8ec0879a20bb9a58c6e3558635ec2b8e3a Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 10 Jun 2026 02:03:19 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e163e03..dd0b7c4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,4 @@ services: - /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 + sh -c "echo '--- WHAT IS IN /app ---' && ls -la && pwd && sleep 300" \ No newline at end of file