Copy build.rs in build container
This commit is contained in:
parent
781cc9c8fc
commit
3168b7e403
@ -14,6 +14,7 @@ RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/hoc-*
|
|||||||
COPY ./.git ./.git
|
COPY ./.git ./.git
|
||||||
COPY ./static ./static
|
COPY ./static ./static
|
||||||
COPY ./templates ./templates
|
COPY ./templates ./templates
|
||||||
|
COPY ./build.rs ./build.rs
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
# build source code
|
# build source code
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
Loading…
Reference in New Issue
Block a user