Skip to content

Commit

Permalink
further proof that I cannot be trusted with critical systems
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Mar 5, 2022
1 parent 7baa058 commit f24df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD Cargo.lock Cargo.toml ./
RUN cargo build --release

RUN rm -rf src
COPY src /home/rust/src/src
COPY --chown=rust:rust src /home/rust/src/src
RUN find src -exec touch {} \;
RUN cargo build --release

Expand Down

0 comments on commit f24df32

Please sign in to comment.