fix: mistakes in agent's Dokcerfile

This commit is contained in:
盼兮
2026-02-12 01:10:53 +08:00
committed by GitHub
parent 56ab5d3758
commit f4ff56bfcf
+2 -1
View File
@@ -8,7 +8,7 @@ RUN bun install
COPY agent/ ./
RUN bun run build
RUN bun run build --external jsdom
FROM oven/bun:1-alpine
@@ -16,6 +16,7 @@ WORKDIR /app
RUN apk add --no-cache ca-certificates wget
COPY config.toml /
COPY --from=builder /build/dist /app/dist
COPY --from=builder /build/node_modules /app/node_modules
COPY --from=builder /build/package.json /app/package.json