mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 22:23:54 +00:00
(fix) use litellm entrypoint
This commit is contained in:
+1
-3
@@ -51,8 +51,6 @@ 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
|
||||
CMD ["litellm", "--port", "4000"]
|
||||
ENTRYPOINT ["litellm", "--port", "4000"]
|
||||
Reference in New Issue
Block a user