From 6983a95fa53c75645d0398261bbebfcd637e24e0 Mon Sep 17 00:00:00 2001 From: jaberjaber23 Date: Thu, 26 Feb 2026 02:24:16 +0300 Subject: [PATCH] Dockerfile fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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