Dockerfile fix

This commit is contained in:
jaberjaber23
2026-02-26 02:24:16 +03:00
parent cb336636a9
commit 6983a95fa5
+1
View File
@@ -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