From acc8c2aa09d417617b57316146a58b67ca69a86c Mon Sep 17 00:00:00 2001 From: g Date: Sun, 11 Jan 2026 07:57:02 +0000 Subject: [PATCH] asdasd --- Dockerfile | 3 +-- public/git-info.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a5c1b4..df3df0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate COPY package.json pnpm-lock.yaml ./ # Install dependencies with pnpm cache mount for faster builds -RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm \ - --mount=type=cache,id=node_modules,target=/app/node_modules \ +RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \ pnpm install --frozen-lockfile # Copy source code after dependencies are installed (for better caching) diff --git a/public/git-info.json b/public/git-info.json index 6b583c1..58acf8f 100644 --- a/public/git-info.json +++ b/public/git-info.json @@ -1,4 +1,4 @@ { - "commitHash": "db757d0", - "buildTime": "2026-01-11T07:46:49.183Z" + "commitHash": "2477e9b", + "buildTime": "2026-01-11T07:54:27.069Z" } \ No newline at end of file