fix: 🖕prisma (rollback to working stuff)

This commit is contained in:
diced
2025-09-06 12:37:32 -07:00
parent 4907f4e450
commit 40c12ca3f0
4 changed files with 533 additions and 80 deletions

View File

@@ -46,6 +46,8 @@ COPY --from=builder /zipline/build ./build
COPY --from=builder /zipline/mimes.json ./mimes.json
COPY --from=builder /zipline/code.json ./code.json
RUN pnpm prisma generate
# clean
RUN rm -rf /tmp/* /root/*