diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 4c132470..4efa3277 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -15,8 +15,8 @@ FROM node:20-alpine AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules -# Copy only apps/web source -COPY apps/web/ . +# Copy source (context is already apps/web) +COPY . . # Set environment variables for build ENV NEXT_TELEMETRY_DISABLED=1