verbose yarn install

This commit is contained in:
DecDuck 2024-11-04 21:31:32 +11:00
parent a208fbedbd
commit 36568c3845
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

@ -7,7 +7,7 @@ WORKDIR /build
# install dependencies and build
COPY . .
RUN yarn install --non-interactive
RUN yarn install --non-interactive --verbose
RUN yarn build
# create run environment for Drop