diff --git a/Dockerfile b/Dockerfile index 7dc503a..3554cc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" RUN rustup component add clippy rustfmt # Install cargo-leptos, sqlx-cli and cargo-nextest -RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest +RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest leptosfmt # Set up the project directory WORKDIR /app diff --git a/README.md b/README.md index 0226f09..020780d 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,6 @@ The image has the following for use in ci/cd - clippy - rustfmt - cargo-leptos + - leptosfmt - sqlx-cli - cargo-nextest