Parent umbrella issue: #495
Source audit: Weekly tech debt audit: dispatch - 2026-07-01
Source audit date: 2026-07-01
Original recommendation
Dockerfile builds with hardcoded build-time databaseurl
Evidence: Dockerfile line 19 sets ENV DATABASE_URL=postgresql://localhost:5432/dispatch for the build stage. This placeholder value could cause silent build failures if Prisma generates different queries based on the connection string (e.g., different PG extension support). The runner stage does not inherit it, but the builder does.
Matched top finding
Evidence: Dockerfile line 19 sets ENV DATABASE_URL=postgresql://localhost:5432/dispatch for the build stage. This placeholder value could cause silent build failures if Prisma generates different queries based on the connection string (e.g., different PG extension support). The runner stage does not inherit it, but the builder does.
Parent umbrella issue: #495
Source audit: Weekly tech debt audit: dispatch - 2026-07-01
Source audit date: 2026-07-01
Original recommendation
Dockerfile builds with hardcoded build-time databaseurl
Evidence:
Dockerfileline 19 setsENV DATABASE_URL=postgresql://localhost:5432/dispatchfor the build stage. This placeholder value could cause silent build failures if Prisma generates different queries based on the connection string (e.g., different PG extension support). The runner stage does not inherit it, but the builder does.Matched top finding
Evidence:
Dockerfileline 19 setsENV DATABASE_URL=postgresql://localhost:5432/dispatchfor the build stage. This placeholder value could cause silent build failures if Prisma generates different queries based on the connection string (e.g., different PG extension support). The runner stage does not inherit it, but the builder does.