forked from phoenix/litellm-mirror
(fix) use litellm entrypoint
This commit is contained in:
parent
2b9174c3d7
commit
dd3dabc979
1 changed files with 1 additions and 3 deletions
|
@ -51,8 +51,6 @@ RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Set your entrypoint and command - if user wants to use Prisma Database
|
|
||||||
ENTRYPOINT ["sh", "-c", "[ -n \"$DATABASE_URL\" ] && ./entrypoint.sh"]
|
|
||||||
|
|
||||||
# this allows accepting litellm args
|
# this allows accepting litellm args
|
||||||
CMD ["litellm", "--port", "4000"]
|
ENTRYPOINT ["litellm", "--port", "4000"]
|
Loading…
Add table
Add a link
Reference in a new issue