diff --git a/Dockerfile b/Dockerfile index 493fde5..2a37522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM node:20-alpine AS base RUN npm config set registry https://registry.npmmirror.com +ENV PRISMA_ENGINES_MIRROR=https://registry.npmmirror.com/-/binary/prisma # --- Dependencies --- FROM base AS deps