chore: unused patches dir

This commit is contained in:
Sylver 2024-02-12 19:19:35 +08:00
parent ee0c6ffa4a
commit 4b7b7dac81
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ RUN npm i -g pnpm
WORKDIR /usr/src/micro
COPY patches patches
COPY pnpm-lock.yaml pnpm-workspace.yaml ./
RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store \
pnpm fetch