Update Dockerfile to preinstall Prisma CLI

This commit is contained in:
David Manouchehri 2023-12-06 21:32:22 -05:00 committed by GitHub
parent 19b1deb200
commit 882f3f75ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ COPY . /app
RUN pip wheel --no-cache-dir --wheel-dir=wheels -r requirements.txt
RUN pip install --no-cache-dir --find-links=wheels -r requirements.txt
# Trigger the Prisma CLI to be installed
RUN prisma -v
EXPOSE 4000/tcp
# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy