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