mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-17 17:51:11 +00:00
Fix reference to rust-toolchain.toml in Docker
This commit is contained in:
parent
ad2cfd8b97
commit
5ab7010c37
17 changed files with 17 additions and 17 deletions
|
@ -54,7 +54,7 @@ WORKDIR /app
|
|||
|
||||
# Copies over *only* your manifests and build files
|
||||
COPY ./Cargo.* ./
|
||||
COPY ./rust-toolchain ./rust-toolchain
|
||||
COPY ./rust-toolchain.toml ./rust-toolchain.toml
|
||||
COPY ./build.rs ./build.rs
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue