forked from phoenix/litellm-mirror
(fix) dockerfile.database
This commit is contained in:
parent
b4d85cbecc
commit
b3b674e1b5
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ RUN chmod +x entrypoint.sh
|
|||
EXPOSE 4000/tcp
|
||||
|
||||
# Set your entrypoint and command
|
||||
CMD ["./entrypoint.sh"]
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
# this allows accepting litellm args
|
||||
ENTRYPOINT ["litellm", "--port", "4000"]
|
||||
# Specify arguments for the entrypoint script
|
||||
CMD ["litellm", "--port", "4000"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue