From 3168b7e403c6b9f6f6dcbc6ca4a6f23eaaf58b75 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 23 Apr 2019 19:44:08 +0200 Subject: [PATCH] Copy build.rs in build container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 31f2810..e5f4aa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/hoc-* COPY ./.git ./.git COPY ./static ./static COPY ./templates ./templates +COPY ./build.rs ./build.rs COPY ./src ./src # build source code RUN cargo build --release