From c5ecd6fe64f94907fa8e4e9bf4ceff92c9aab391 Mon Sep 17 00:00:00 2001 From: diced Date: Wed, 3 Sep 2025 00:12:48 -0700 Subject: [PATCH] fix: once and for all fix dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 726ac73b..1e246d56 100755 --- a/Dockerfile +++ b/Dockerfile @@ -46,8 +46,6 @@ COPY --from=builder /zipline/build ./build COPY --from=builder /zipline/mimes.json ./mimes.json COPY --from=builder /zipline/code.json ./code.json -RUN pnpm build:prisma - # clean RUN rm -rf /tmp/* /root/*