From dd3dabc979b79df7fa7600c0e66ebebcb8054565 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 10 Jan 2024 17:57:36 +0530 Subject: [PATCH] (fix) use litellm entrypoint --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b701cd49..270c3b736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["litellm", "--port", "4000"] \ No newline at end of file