(fix) proxy server dockerfile
This commit is contained in:
parent
ada2f9f062
commit
52b2df39c0
@ -8,4 +8,4 @@ RUN pip install -r requirements.txt
|
||||
WORKDIR /app/litellm-proxy
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python3", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", $PORT]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "${PORT}"]
|
||||
Loading…
Reference in New Issue
Block a user