Update Dockerfile

This commit is contained in:
Ishaan Jaff 2024-01-27 14:57:41 -08:00 committed by GitHub
parent 4a98104af3
commit 18906e6aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,10 @@ RUN chmod +x entrypoint.sh
EXPOSE 4000/tcp
# # Set your entrypoint and command
RUN echo "app contents"
# List contents of /app
RUN ls -la /app
ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"]
CMD ["--port", "4000"]