diff --git a/Dockerfile b/Dockerfile index 9f8f28576..b62c0f9a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY ./scripts/run.sh ./scripts/run.sh RUN npm config set unsafe-perm true ARG NPM_CONFIG_LOGLEVEL=verbose -RUN npm i -g prisma +RUN npm i -g prisma --silent # RUN yarn global add prisma RUN which prisma