be forceful

This commit is contained in:
Chris Grimmett 2024-04-08 15:35:00 -08:00
parent 2c952237fd
commit 2d0d4d04fa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev l
WORKDIR /app
COPY pnpm-lock.yaml package.json ./
#RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --shamefully-hoist
RUN pnpm install --frozen-lockfile --shamefully-hoist
RUN pnpm install --force --frozen-lockfile --shamefully-hoist
ENV NODE_ENV=production
COPY ./packages/strapi .
RUN chown -R node:node /app