mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) Dockerfile use same entrypoint as Dockerfile.database
This commit is contained in:
parent
1ff9785c6b
commit
0d56115336
1 changed files with 2 additions and 5 deletions
|
@ -51,8 +51,5 @@ RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Set your entrypoint and command - if user wants to use Prisma Database
|
ENTRYPOINT ["litellm"]
|
||||||
ENTRYPOINT ["sh", "-c", "[ -n \"$DATABASE_URL\" ] && ./entrypoint.sh"]
|
CMD ["--port", "4000"]
|
||||||
|
|
||||||
# this allows accepting litellm args
|
|
||||||
CMD ["litellm", "--port", "4000"]
|
|
Loading…
Add table
Add a link
Reference in a new issue