mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) proxy server dockerfile
This commit is contained in:
parent
52b2df39c0
commit
34136a2c0d
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /app/litellm-proxy
|
WORKDIR /app/litellm-proxy
|
||||||
EXPOSE 8000
|
EXPOSE $PORT
|
||||||
|
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "${PORT}"]
|
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
Loading…
Add table
Add a link
Reference in a new issue