From 33b01e37ee079c31b0082d649d11f6ada9832a96 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 18 Nov 2025 20:32:10 +0800 Subject: [PATCH] feat(docker): add patches directory copy in Dockerfile Signed-off-by: Innei --- be/apps/oauth-gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/apps/oauth-gateway/Dockerfile b/be/apps/oauth-gateway/Dockerfile index 05c17a39..771cba24 100644 --- a/be/apps/oauth-gateway/Dockerfile +++ b/be/apps/oauth-gateway/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /workspace COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./ COPY be/apps/oauth-gateway/package.json be/apps/oauth-gateway/package.json - +COPY patches ./patches RUN pnpm fetch --filter '@afilmory/oauth-gateway...' COPY . .