From 0352f0c8a39a64e8e6ab6a1d52a321ff635907c4 Mon Sep 17 00:00:00 2001 From: liamf Date: Mon, 17 Mar 2025 21:02:18 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65c8b89..d6fc895 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN node -v # Get Rust RUN curl https://sh.rustup.rs -sSf | bash -s -- -y -RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc +ENV PATH="/root/.cargo/bin:${PATH}" # Get tauri RUN cargo install tauri-cli