diff --git a/strapi.dockerfile b/strapi.dockerfile index c9afe28..0a32bd3 100644 --- a/strapi.dockerfile +++ b/strapi.dockerfile @@ -11,7 +11,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile COPY ./packages/strapi . RUN chown -R node:node /app USER node - +RUN pnpm run build # FROM builder AS dev # ENV NODE_ENV=development