forked from phoenix/litellm-mirror
build(config.yml): pass database url to docker build
This commit is contained in:
parent
100fa97cc2
commit
cf5e31a0b2
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-p 4000:4000 \
|
-p 4000:4000 \
|
||||||
|
-e DATABASE_URL=$PROXY_DOCKER_DB_URL \
|
||||||
--name my-app \
|
--name my-app \
|
||||||
my-app:latest
|
my-app:latest
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue