asdasd
This commit is contained in:
@@ -16,8 +16,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
|
|||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
|
|
||||||
# Install dependencies with pnpm cache mount for faster builds
|
# Install dependencies with pnpm cache mount for faster builds
|
||||||
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm \
|
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
|
||||||
--mount=type=cache,id=node_modules,target=/app/node_modules \
|
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
|
||||||
# Copy source code after dependencies are installed (for better caching)
|
# Copy source code after dependencies are installed (for better caching)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"commitHash": "db757d0",
|
"commitHash": "2477e9b",
|
||||||
"buildTime": "2026-01-11T07:46:49.183Z"
|
"buildTime": "2026-01-11T07:54:27.069Z"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user