From 36568c3845ae11836a184f59e14b71e584b7a0db Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 4 Nov 2024 21:31:32 +1100 Subject: [PATCH] verbose yarn install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ebc6b2a..d85432a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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