mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
fix: traceroot_wrapper resolution on docker & alembic
This commit is contained in:
parent
d5c6f52090
commit
f8a36ab6f5
3 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue