Skip to content

Commit

Permalink
Copy patches folder in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Dec 6, 2024
1 parent 86b45b9 commit bef05d6
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 @@ -18,6 +18,7 @@ RUN git config --global --add safe.directory /code
FROM dev AS builder

COPY ./package.json ./pnpm-lock.yaml /code/
COPY ./patches /code/

# TODO: patches are not working with this?
RUN pnpm install
Expand Down

0 comments on commit bef05d6

Please sign in to comment.