be forceful
This commit is contained in:
parent
2c952237fd
commit
2d0d4d04fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue