forked from phoenix/litellm-mirror
(fix) use Dockerfile from main
This commit is contained in:
parent
9bd9ff1038
commit
fc9af5e900
1 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,8 @@ RUN chmod +x entrypoint.sh
|
|||
|
||||
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
|
||||
ENTRYPOINT ["litellm", "--port", "4000"]
|
||||
CMD ["litellm", "--port", "4000"]
|
Loading…
Add table
Add a link
Reference in a new issue