diff --git a/Dockerfile.agent b/Dockerfile.agent index e77893ae..d0ef24a5 100644 --- a/Dockerfile.agent +++ b/Dockerfile.agent @@ -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