forked from phoenix/litellm-mirror
(fix) proxy server dockerfile for railway
This commit is contained in:
parent
2952155452
commit
ada2f9f062
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ RUN pip install -r requirements.txt
|
|||
|
||||
WORKDIR /app/litellm-proxy
|
||||
EXPOSE 8000
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", $PORT]
|
||||
|
||||
CMD ["python3", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", $PORT]
|
Loading…
Add table
Add a link
Reference in a new issue