Skip to content

Commit

Permalink
Copy example directory in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mozamimy committed Jun 23, 2019
1 parent d2ace71 commit 5447596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY Cargo.toml Cargo.lock /build/
WORKDIR /build/
RUN cargo build --release --locked
COPY src /build/src
COPY example /build/example
RUN find src -type f -exec touch {} + && cargo build --release --locked

FROM debian:stretch-slim
Expand Down

0 comments on commit 5447596

Please sign in to comment.