From 2bbb8239a62a1a60a7b73b17ddc6870f136b2a8f Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Thu, 12 Mar 2026 13:38:18 +0800 Subject: [PATCH] fix(web): dockerfile --- apps/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 0861db2..9af6d6f 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -22,7 +22,7 @@ COPY apps/web/components ./apps/web/components COPY apps/web/lib ./apps/web/lib COPY apps/web/types ./apps/web/types COPY apps/web/public ./apps/web/public -COPY apps/web/middleware.ts ./apps/web/middleware.ts +COPY apps/web/proxy.ts ./apps/web/proxy.ts RUN pnpm install --filter web