Skip to content

Commit

Permalink
npm build failing as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 14, 2024
1 parent 1495ffc commit 3951fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-l

FROM base AS build
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm run build
RUN npm run build

FROM base
COPY --from=prod-deps /app/node_modules /app/node_modules
Expand Down

0 comments on commit 3951fc3

Please sign in to comment.