From 18946c71a18924acb4ad605b8c4e70042c336f61 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 24 Oct 2024 14:12:56 +0800 Subject: [PATCH] ci: updated dockerfile --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 1cb30ab5..c14a1610 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,7 @@ RUN npm install -g pnpm COPY package.json pnpm-lock.yaml ./ # Install project dependencies -RUN pnpm install +RUN pnpm recursive install # Copy the rest of the application code COPY . .