mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
ci(dockerfile): copy prisma client correctly
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { z } from "nestjs-zod/z";
|
||||
|
||||
export const configSchema = z.object({
|
||||
NODE_ENV: z.enum(["development", "production"]).default("development"),
|
||||
NODE_ENV: z.enum(["development", "production"]).default("production"),
|
||||
|
||||
// Ports
|
||||
PORT: z.coerce.number().default(3000),
|
||||
|
||||
Reference in New Issue
Block a user