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
|
||||
|
||||
# Set your entrypoint and command
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
# Specify arguments for the entrypoint script
|
||||
CMD ["litellm", "--port", "4000"]
|
||||
# # Set your entrypoint and command
|
||||
# ENTRYPOINT ["./entrypoint.sh"]
|
||||
ENTRYPOINT ["litellm"]
|
||||
CMD ["--port", "4000"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue