update database setting
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-20 15:33:32 +01:00
parent f68722f7df
commit 13d35f70f1
+1 -1
View File
@@ -16,7 +16,7 @@ COPY . .
# Ensure env exists (optional safety for containers)
RUN if [ ! -f .env ] && [ -f .env.example ]; then cp .env.example .env; fi
# Required by prisma generate during image build
ARG DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
ARG DATABASE_URL="postgres://tvone:tvone_password@db:5432/tvone"
ENV DATABASE_URL=$DATABASE_URL
# 2. Add the Prisma Schema specifically before generating