From 04bf349e7d2cef43241349129debd9857041d6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sat, 4 Apr 2026 22:32:39 +0100 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20web=20Dockerfile=20filter=20?= =?UTF-8?q?=E2=80=94=20package=20is=20named=20"web"=20not=20"@claudemesh/w?= =?UTF-8?q?eb"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 9e9b832..c4206f2 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -25,7 +25,7 @@ ENV NEXT_PUBLIC_URL=$NEXT_PUBLIC_URL ENV NEXT_PUBLIC_PRODUCT_NAME=$NEXT_PUBLIC_PRODUCT_NAME ENV NEXT_PUBLIC_DEFAULT_LOCALE=$NEXT_PUBLIC_DEFAULT_LOCALE -RUN npx turbo run build --filter=@claudemesh/web... --filter=web... +RUN npx turbo run build --filter=web... # Stage 2: runtime — standalone output only FROM node:22-slim AS runner