deploy: target agent package during Flue build

This commit is contained in:
-Puter
2026-07-29 07:21:02 +05:30
parent 0d5d54caa8
commit 3ae72864bd

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY . .
RUN bun install --frozen-lockfile
RUN node packages/agents/node_modules/@flue/cli/bin/flue.mjs build
RUN node packages/agents/node_modules/@flue/cli/bin/flue.mjs build --target node --root packages/agents
FROM node:24-bookworm-slim