From d9d50d8d9afa39f7dd290586120842f43881d4f3 Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Fri, 19 Jun 2026 13:50:18 -0400 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5365ee3..d08af85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,4 @@ RUN cargo build --release # Stage 2: Final minimal execution layer FROM debian:bookworm-slim WORKDIR /app -COPY --from=builder /app/target/release/huffman-compression-rust /app/huffman-compression-rust ENTRYPOINT ["/app/huffman-compression-rust"] \ No newline at end of file