developed files
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user