This commit is contained in:
g
2026-01-11 07:57:02 +00:00
parent 2477e9bb0f
commit acc8c2aa09
2 changed files with 3 additions and 4 deletions

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
{
"commitHash": "db757d0",
"buildTime": "2026-01-11T07:46:49.183Z"
"commitHash": "2477e9b",
"buildTime": "2026-01-11T07:54:27.069Z"
}