mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 00:22:34 +00:00
(fix) proxy server dockerfile
This commit is contained in:
+2
-2
@@ -6,6 +6,6 @@ WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user