From 8d3252f2cf5b9ae0a0fff52e39307e8121da01d8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 29 Aug 2023 22:21:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Remove=20npm=20config=20co?= =?UTF-8?q?mmand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74a9c7f25..bc0114e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ COPY prisma/schema.prisma prisma/schema.prisma COPY ./scripts/run.sh ./scripts/run.sh -RUN npm config set unsafe-perm true -ARG NPM_CONFIG_LOGLEVEL=verbose +# RUN npm config set unsafe-perm true +# ARG NPM_CONFIG_LOGLEVEL=verbose RUN yarn global add prisma --production --no-progress RUN which prisma