add pnpm run build

This commit is contained in:
Chris Grimmett 2024-04-08 14:25:35 -08:00
parent c7e167786c
commit 7a506071e2
1 changed files with 1 additions and 1 deletions

View File

@ -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