mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 08:21:53 +00:00
(fix) Dockerfile use same entrypoint as Dockerfile.database
This commit is contained in:
+2
-5
@@ -51,8 +51,5 @@ 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"]
|
||||
CMD ["--port", "4000"]
|
||||
Reference in New Issue
Block a user