Update Dockerfile

This commit is contained in:
Ishaan Jaff
2024-01-27 14:59:36 -08:00
committed by GitHub
parent 18906e6aff
commit 7f2e4036d6
+1 -1
View File
@@ -59,5 +59,5 @@ RUN echo "app contents"
# List contents of /app
RUN ls -la /app
ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"]
ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"]
CMD ["--port", "4000"]