diff --git a/Dockerfile b/Dockerfile index 635328a..43202de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN \ FROM base AS runner WORKDIR /app -RUN npm i -g prisma +RUN npm i -g prisma npm@latest ENV NODE_ENV production