From b4abec77fd4096e7db84e78a0cffa5609643cdf1 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 29 Aug 2023 22:12:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Use=20yarn=20flags=20for?= =?UTF-8?q?=20install?= 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 61cd2bb7b..74a9c7f25 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 yarn global add prisma --no-progress +RUN yarn global add prisma --production --no-progress RUN which prisma EXPOSE 7575