Skip to content

Commit bc20015

Browse files
committed
fix: use cargo-leptos installer
1 parent d4f2999 commit bc20015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apk update && \
66

77
RUN npm install -g sass
88

9-
#RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/leptos-rs/cargo-leptos/releases/latest/download/cargo-leptos-installer.sh | sh
10-
RUN cargo install --locked [email protected]
9+
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/leptos-rs/cargo-leptos/releases/latest/download/cargo-leptos-installer.sh | sh
10+
#RUN cargo install --locked [email protected]
1111

1212
# Add the WASM target
1313
RUN rustup target add wasm32-unknown-unknown

0 commit comments

Comments
 (0)