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