fix
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-19 20:04:51 +01:00
parent 75d7875372
commit f4e83c8405
+4
View File
@@ -12,6 +12,10 @@ RUN pnpm install --frozen-lockfile
# Copy source
COPY . .
# Required by prisma generate during image build
ARG DATABASE_URL="postgres://tvone:tvone_password@db:5432/tvone"
ENV DATABASE_URL=$DATABASE_URL
# Build NestJS
RUN pnpm build