security: remove hardcoded build-time DATABASE_URL and enforce environment-only configuration
This commit is contained in:
@@ -20,7 +20,6 @@ COPY . .
|
||||
# Environment variables must be present at build time for Next.js
|
||||
# Coolify will provide these, but we can set defaults
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy"
|
||||
|
||||
# Generate Prisma Client
|
||||
RUN npx prisma generate
|
||||
|
||||
Reference in New Issue
Block a user