From 6115e6abda88fb665cd6f51249f1cc96b633867d Mon Sep 17 00:00:00 2001 From: s1lvax Date: Fri, 11 Oct 2024 11:51:27 +0200 Subject: [PATCH] ddd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0aa2e9..4da915a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pnpm install # Copy the rest of the files and build the application COPY . . -RUN npx prisma generate +RUN npx prisma generate && npx prisma db push RUN pnpm run build # Prune development dependencies