Add sqlx-cli and cargo-leptos
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 1m27s
All checks were successful
Build and Push / build_and_publish_docker_image (push) Successful in 1m27s
This commit is contained in:
parent
68cd449736
commit
8447376e91
@ -30,6 +30,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
|||||||
# Add clippy and rustfmt
|
# Add clippy and rustfmt
|
||||||
RUN rustup component add clippy 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
|
# Set up the project directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user