fix(web): dockerfile

This commit is contained in:
2026-03-12 13:38:18 +08:00
parent 0f6d14d791
commit 2bbb8239a6

View File

@@ -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