(fix) use Dockerfile from main

This commit is contained in:
ishaan-jaff 2024-01-10 21:36:31 +05:30
parent 9bd9ff1038
commit fc9af5e900

View file

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