chore(backoffice): allow build with outdated lockfile to unblock deploy
This commit is contained in:
parent
96571261d9
commit
72957b418a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache libc6-compat
|
|||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install --no-frozen-lockfile
|
||||
|
||||
# Stage 3: Build
|
||||
FROM base AS builder
|
||||
|
|
|
|||
Loading…
Reference in a new issue