forked from phoenix/litellm-mirror
(fix) proxy dockerfile
This commit is contained in:
parent
a05e3d2d8b
commit
330a89bdb1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm-proxy
|
||||
WORKDIR /app/openai-proxy
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
Loading…
Add table
Add a link
Reference in a new issue