diff --git a/Dockerfile b/Dockerfile index f8883036..d794943e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY Cargo.toml Cargo.lock ./ COPY crates ./crates COPY xtask ./xtask COPY agents ./agents +COPY packages ./packages RUN cargo build --release --bin openfang FROM debian:bookworm-slim