From 516c5b41ead6ec33af86fccb42821879071af9a4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 29 Aug 2023 21:57:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20npm=20log=20level=20to=20d?= =?UTF-8?q?ockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ab08b3a0a..d72ba7219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY prisma/schema.prisma prisma/schema.prisma COPY ./scripts/run.sh ./scripts/run.sh +ARG NPM_CONFIG_LOGLEVEL=verbose RUN yarn global add prisma RUN which prisma