mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
update cargo command
Co-authored-by: Pim <pimlie@hotmail.com>
This commit is contained in:
parent
37aa633b43
commit
8d3afc7461
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ WORKDIR /redlib
|
|||
# download (most) dependencies in their own layer
|
||||
COPY Cargo.lock Cargo.toml ./
|
||||
RUN mkdir src && echo "fn main() { panic!(\"why am i running?\") }" > src/main.rs
|
||||
RUN cargo build --release --locked --bin redlib
|
||||
RUN cargo build --release --locked
|
||||
RUN rm ./src/main.rs && rmdir ./src
|
||||
|
||||
# copy the source and build the redlib binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue