ci: move prisma generate to launch stage

This commit is contained in:
Vasily Zubarev
2025-05-03 10:08:39 +02:00
parent 9a6f2d9c32
commit e0508be540
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ FROM node:23-slim AS base
# Default environment variables
ENV PORT=7331
ENV NODE_ENV=production
ENV DATABASE_URL="postgresql://localhost:5432/taxhacker"
# Build stage
FROM base AS builder