Merge branch 'main' into chainchompa/board-delete-info

This commit is contained in:
chainchompa
2024-07-26 14:03:18 -04:00
committed by GitHub

View File

@ -55,6 +55,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
FROM node:20-slim AS web-builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack use pnpm@8.x
RUN corepack enable
WORKDIR /build