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