Update Dockerfile

This commit is contained in:
Ishaan Jaff
2024-01-27 18:18:59 -08:00
committed by ishaan-jaff
parent 8907027ba1
commit 6e2ab9ed28
+1 -1
View File
@@ -55,5 +55,5 @@ EXPOSE 4000/tcp
# # Set your entrypoint and command
ENTRYPOINT ["python3 litellm/proxy/proxy_cli.py"]
ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"]
CMD ["--port", "4000"]