fix: 🐛 fix: remove --locked from cargo-leptos install
Build & Deploy / build-deploy (push) Failing after 14s

This commit is contained in:
Julien Denizot
2026-04-13 18:52:48 +02:00
parent 3569bdae9b
commit 99c018921a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
target/
.git/
quiz.db
.env
*.md
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
RUN rustup target add wasm32-unknown-unknown
RUN cargo install cargo-leptos --locked
RUN cargo install cargo-leptos
WORKDIR /app
COPY . .