(fix) use Dockerfile from main
This commit is contained in:
parent
9bd9ff1038
commit
fc9af5e900
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user