deploy: build agent without local env file

This commit is contained in:
-Puter
2026-07-29 07:15:19 +05:30
parent 830bcc4756
commit 0d5d54caa8

View File

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