Skip to content

Commit 2ad24ae

Browse files
committed
updated dockerfile
1 parent fff3cfb commit 2ad24ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN npx graz generate -g
1717
# Copy source code
1818
COPY . .
1919

20+
# Generate Prisma client
21+
RUN npx prisma generate
22+
2023
# Build with --no-lint flag to skip TypeScript checks
2124
RUN npm run build -- --no-lint
2225

0 commit comments

Comments
 (0)