forked from phoenix/litellm-mirror
build(config.yml): specify port
This commit is contained in:
parent
9f23cf5852
commit
1becc7a4cf
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ jobs:
|
|||
--name my-app \
|
||||
-v $(pwd)/proxy_server_config.yaml:/app/config.yaml \
|
||||
my-app:latest \
|
||||
--config /app/config.yaml
|
||||
--config /app/config.yaml \
|
||||
--port 4000
|
||||
- run:
|
||||
name: Install curl and dockerize
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue