(fix) use litellm entrypoint

This commit is contained in:
ishaan-jaff 2024-01-10 17:57:36 +05:30
parent 2b9174c3d7
commit dd3dabc979

View file

@ -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"]