mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 12:23:51 +00:00
build(config.yml): pass database url to docker build
This commit is contained in:
@@ -103,6 +103,7 @@ jobs:
|
||||
command: |
|
||||
docker run -d \
|
||||
-p 4000:4000 \
|
||||
-e DATABASE_URL=$PROXY_DOCKER_DB_URL \
|
||||
--name my-app \
|
||||
my-app:latest
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user