developed files

This commit is contained in:
2025-08-02 20:51:59 -04:00
parent c9f25ea149
commit 2d6c3bff56
24 changed files with 2660 additions and 220 deletions

View File

@@ -59,7 +59,7 @@ services:
depends_on:
backend:
condition: service_healthy
command: python src/frontend/main.py
command: sh -c "cd src/frontend && python main.py"
volumes:
postgres_data: