Add process handler selector, pin Prisma

This commit is contained in:
DecDuck
2026-06-21 13:03:15 +10:00
parent a028db7288
commit 564a4aa6f0
18 changed files with 1421 additions and 1596 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
openssl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
RUN pnpm install prisma@7.3.0 --global
RUN pnpm install prisma@7.7.0 --global
# init prisma to download all required files
RUN pnpm prisma init