build(Dockerfile): move prisma build to dockerfile

Seems to solve - https://github.com/BerriAI/litellm/issues/1321
This commit is contained in:
Krrish Dholakia 2024-01-05 19:03:11 +05:30
parent 6f9d3fc3bc
commit 2741835605
7 changed files with 149 additions and 37 deletions

View file

@ -6,10 +6,10 @@
LITELLM_MASTER_KEY="sk-1234"
############
# Database - You can change these to any PostgreSQL database that has logical replication enabled.
# Database - You can change these to any PostgreSQL database.
############
# LITELLM_DATABASE_URL="your-postgres-db-url"
LITELLM_DATABASE_URL="your-postgres-db-url"
############