fix: 🐛 fix: remove --locked from cargo-leptos install
Build & Deploy / build-deploy (push) Failing after 14s
Build & Deploy / build-deploy (push) Failing after 14s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
target/
|
||||
.git/
|
||||
quiz.db
|
||||
.env
|
||||
*.md
|
||||
+1
-1
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user