There was an error while loading. Please reload this page.
1 parent 469ce1c commit 9f0feeaCopy full SHA for 9f0feea
1 file changed
labman/Dockerfile
@@ -29,6 +29,7 @@ COPY . .
29
# Uncomment the following line in case you want to disable telemetry during the build.
30
# ENV NEXT_TELEMETRY_DISABLED=1
31
32
+RUN npx prisma generate
33
34
RUN npm run build;
35
0 commit comments