fix: docker build

This commit is contained in:
Dhruwang
2025-05-15 19:29:57 +05:30
parent 1d98f2e45d
commit 49edfc51a5

View File

@@ -142,6 +142,9 @@ RUN chmod -R 755 ./node_modules/@noble/hashes
COPY --from=installer /app/node_modules/zod ./node_modules/zod
RUN chmod -R 755 ./node_modules/zod
COPY --from=installer /app/node_modules/bycrypt ./node_modules/bycrypt
RUN chmod -R 755 ./node_modules/bycrypt
RUN npm install --ignore-scripts -g tsx typescript pino-pretty
RUN npm install -g prisma