Revert "build(Dockerfile): move prisma build to dockerfile"

This reverts commit 2741835605.
This commit is contained in:
ishaan-jaff 2024-01-06 09:51:44 +05:30
parent ae54e6d8b0
commit 357c6c56bd
7 changed files with 34 additions and 147 deletions

View file

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