mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 00:23:19 +00:00
(fix) proxy server for railway deploys
This commit is contained in:
+1
-1
@@ -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]
|
||||
Reference in New Issue
Block a user