mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 04:26:20 +00:00
(fix) use Dockerfile from main
This commit is contained in:
+3
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user