fix: set rust env

This commit is contained in:
murdle 2026-02-28 18:36:44 +02:00
parent 2cc58b96f0
commit 91042169ba

View File

@ -25,6 +25,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
FROM base AS deps
ENV PATH="/root/.cargo/bin:${PATH}"
COPY pnpm-workspace.yaml ./
COPY pnpm-lock.yaml ./
COPY package.json ./