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