mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(fix) proxy server for railway deploys
This commit is contained in:
parent
a4f4af1df3
commit
2e29fdfa2b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ RUN pip install -r requirements.txt
|
|||
|
||||
WORKDIR /app/litellm-proxy
|
||||
EXPOSE 8000
|
||||
CMD ["python3", "main.py"]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", $PORT]
|
||||
Loading…
Add table
Reference in a new issue