deploy: build agent without local env file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user