diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 9400ddd7..539b30f5 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -57,7 +57,7 @@ RUN pnpm build --filter=${PROJECT} # Copy static files to standalone directory COPY apps/web/public .next/standalone/ -COPY apps/web/.next/static .next/standalone/.next/ +COPY .next/static .next/standalone/.next/ # 4. Final image - runner stage to run the application FROM base AS runner