From 8f03ef65c62767a976c11cccc1236ae53e863fee Mon Sep 17 00:00:00 2001 From: barshathakuri Date: Fri, 6 Dec 2024 10:02:36 +0545 Subject: [PATCH] Copy patches folder in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6a0bc2a8..d3b7e019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/patches/ # TODO: patches are not working with this? RUN pnpm install