From 27d6fca74bf4ef46be0a4bb9f03f337637ca8574 Mon Sep 17 00:00:00 2001 From: azep-ninja Date: Wed, 29 Jan 2025 04:02:34 -0800 Subject: [PATCH] fxx dcker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f9faa69a762..562e3ee1883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ WORKDIR /app # Copy all workspace files first COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc turbo.json ./ COPY packages ./packages +COPY patches ./patches COPY agent ./agent COPY scripts ./scripts