From 79e201bd81e434972be4a15e85c99471aa182219 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 29 Aug 2023 22:09:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Make=20npm=20install=20in?= =?UTF-8?q?=20docker=20file=20silent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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