fix(docker): Start with lib project for caching
This commit is contained in:
parent
13c193d04a
commit
1fae322993
@ -1,7 +1,7 @@
|
||||
FROM ekidd/rust-musl-builder:stable as builder
|
||||
|
||||
# create new cargo project
|
||||
RUN USER=rust cargo init --bin
|
||||
RUN USER=rust cargo init --lib
|
||||
# copy build config
|
||||
COPY --chown=rust ./Cargo.lock ./Cargo.lock
|
||||
COPY ./Cargo.toml ./Cargo.toml
|
||||
|
Loading…
Reference in New Issue
Block a user