From 4379c32bc3b684f726fd92ea1559acb3484e2d7f Mon Sep 17 00:00:00 2001 From: Louis Hollingworth Date: Sun, 18 Jun 2023 19:04:23 +0100 Subject: [PATCH] Updated Dockerfile Signed-off-by: Louis Hollingworth --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e79a596..0c8e399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ COPY --from=build-runner /tmp/app/package.json /app/package.json # Install dependencies RUN npm install --omit=dev +RUN npx prisma generate # Move build files COPY --from=build-runner /tmp/app/build /app/build