ajuste no drone
This commit is contained in:
parent
fdfbc93a36
commit
59e6177244
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ WORKDIR /app
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
|
|
||||||
# Install with cache mount - reutiliza entre builds
|
# Install with cache mount - reutiliza entre builds
|
||||||
RUN --mount=type=cache,id=pnpm-backoffice,target=/pnpm/store \
|
#RUN --mount=type=cache,id=pnpm-backoffice,target=/pnpm/store \
|
||||||
pnpm install --frozen-lockfile --prefer-offline
|
# pnpm install --frozen-lockfile --prefer-offline
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Stage 3: Builder (memory-optimized)
|
# Stage 3: Builder (memory-optimized)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue