Copy build.rs in build container

This commit is contained in:
Valentin Brandl 2019-04-23 19:44:08 +02:00
parent 781cc9c8fc
commit 3168b7e403
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -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