From 1c584a790985a2a186eeeb195cebb4ffcf0d7c1a Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 10 Jun 2026 01:45:58 +0800 Subject: [PATCH] Upload files to "/" --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 75a03f3..0958d1d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,8 @@ services: container_name: finance-csv-editor working_dir: /app command: > - sh -c "pip install --no-cache-dir -r requirements.txt && python app.py" + command: > + sh -c "ls -la && pip install --no-cache-dir -r /app/requirements.txt && python /app/app.py" ports: - "5678:5000" volumes: