⚗️ Make npm install in docker file silent
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./scripts/run.sh ./scripts/run.sh
|
|||||||
|
|
||||||
RUN npm config set unsafe-perm true
|
RUN npm config set unsafe-perm true
|
||||||
ARG NPM_CONFIG_LOGLEVEL=verbose
|
ARG NPM_CONFIG_LOGLEVEL=verbose
|
||||||
RUN npm i -g prisma
|
RUN npm i -g prisma --silent
|
||||||
# RUN yarn global add prisma
|
# RUN yarn global add prisma
|
||||||
RUN which prisma
|
RUN which prisma
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user