From 067337573424b9ceaa5c382a2d375afac046c334 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:43:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Remove=20parameters?= 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 bc0114e76..6dd56d586 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 --production --no-progress +RUN yarn global add prisma RUN which prisma EXPOSE 7575