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 c893310
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 @@ -17,7 +17,7 @@ RUN git config --global --add safe.directory /code
# -------------------------- Builder ---------------------------------------
FROM dev AS builder

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

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

0 comments on commit c893310

Please sign in to comment.