fix: set rust env
This commit is contained in:
parent
2cc58b96f0
commit
91042169ba
@ -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 ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user