🔧 Add npm log level to dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user