mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
build(dockerfile.database): fix dockerfile
This commit is contained in:
parent
04b8413229
commit
59bf294308
1 changed files with 4 additions and 5 deletions
|
@ -53,8 +53,7 @@ RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Set your entrypoint and command
|
# # Set your entrypoint and command
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
# ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
ENTRYPOINT ["litellm"]
|
||||||
# Specify arguments for the entrypoint script
|
CMD ["--port", "4000"]
|
||||||
CMD ["litellm", "--port", "4000"]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue