Skip to content

Commit

Permalink
fix(docker): add pnpm patches to dockerfile (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
  • Loading branch information
jezekra1 authored Dec 10, 2024
1 parent 4b2fd53 commit b27ad84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV HUSKY=0

# Install dependencies based on the preferred package manager
COPY package.json pnpm-lock.yaml* ./
COPY patches ./patches

RUN corepack enable pnpm
RUN pnpm config set store-dir ~/.pnpm-store
Expand Down

0 comments on commit b27ad84

Please sign in to comment.