🔧 Add npm log level to dockerfile

This commit is contained in:
Manuel
2023-08-29 21:57:29 +02:00
parent f34221d3f7
commit 516c5b41ea

View File

@@ -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