verbose yarn install

This commit is contained in:
DecDuck
2024-11-04 21:31:32 +11:00
parent 8ec55b7465
commit ba328a22bd
+1 -1
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