Add sqlx-cli and cargo-leptos
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 1m27s

This commit is contained in:
Mitchell Marino 2024-02-19 22:35:03 +00:00
parent 68cd449736
commit 8447376e91

View File

@ -30,6 +30,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# Add clippy and rustfmt
RUN rustup component add clippy rustfmt
# Install cargo-leptos and sqlx-cli
RUN cargo install cargo-leptos sqlx-cli
# Set up the project directory
WORKDIR /app