Upload files to "/"

This commit is contained in:
2026-06-10 01:45:58 +08:00
parent fc408dfe3b
commit 1c584a7909
+2 -1
View File
@@ -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: