be gentle

This commit is contained in:
Chris Grimmett 2024-04-08 15:44:00 -08:00
parent 2d0d4d04fa
commit 6eaba9b383
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 --force --frozen-lockfile --shamefully-hoist
RUN pnpm install --shamefully-hoist
ENV NODE_ENV=production
COPY ./packages/strapi .
RUN chown -R node:node /app