From 47e48400d9834d9537653f0980390fbee4a1a81d Mon Sep 17 00:00:00 2001 From: s1lvax Date: Thu, 10 Oct 2024 21:27:57 +0200 Subject: [PATCH] tryagain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c41aebd..b72b8cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /app # Copy necessary files from builder stage COPY --from=builder /app/build build/ COPY --from=builder /app/node_modules node_modules/ -COPY --from=builder /app/prisma prisma/ # Copy Prisma files +COPY --from=builder /app/prisma prisma/ COPY package.json . # Set the environment and expose the port