mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
(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
Reference in a new issue