image-batch-resizer 0.2.0

Image batch resizer executable in Rust
1
2
3
4
5
6
7
8
9
10
11
12
FROM guangie88/rustfmt-clippy:1.27.0-nightly

WORKDIR /app
COPY ./Cargo.toml ./Cargo.lock ./rustfmt.toml ./

RUN set -x \
    && cargo fetch --locked -v

COPY ./src/ ./src/

RUN cargo clippy --all \
    && cargo test --all --no-run