From f61ec3fcebaba825c571ffee58868fd2bead8df4 Mon Sep 17 00:00:00 2001 From: Azuki-bar <42642269+Azuki-bar@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:37:14 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E3=82=92=E6=8E=B4=E3=81=BE=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/frontend/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/dashboard/Dockerfile b/docker/frontend/dashboard/Dockerfile index 8eb4fe9..8304740 100644 --- a/docker/frontend/dashboard/Dockerfile +++ b/docker/frontend/dashboard/Dockerfile @@ -8,7 +8,7 @@ FROM base AS dep-resolver WORKDIR /dashboard COPY --chown=node:node pnpm-lock.yaml pnpm-workspace.yaml ./ COPY frontend/ ./frontend -RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile +RUN pnpm install --frozen-lockfile FROM dep-resolver AS dashboard-builder RUN pnpm run --filter=./frontend/dashboard -r build