fix: traceroot_wrapper resolution on docker & alembic

This commit is contained in:
a7m-1st 2025-10-31 10:49:47 +00:00
parent d5c6f52090
commit f8a36ab6f5
3 changed files with 16 additions and 5 deletions

View file

@ -25,8 +25,8 @@ services:
# FastAPI Application
api:
build:
context: .
dockerfile: Dockerfile
context: ..
dockerfile: server/Dockerfile
args:
database_url: postgresql://postgres:123456@postgres:5432/eigent
container_name: eigent_api