From 63aa567c526a04c0d4cb17332a3e3d6d03c4f9f0 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 11 Mar 2024 14:35:13 +0100 Subject: Debug package install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 58d08dc..65a03fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:lts-alpine3.19 as build-stage WORKDIR /app COPY package.json ./ -RUN yarn install --frozen-lockfile --non-interactive +RUN yarn install --verbose --frozen-lockfile --non-interactive COPY . . RUN yarn build -- cgit v1.2.3