Skip to content

Commit

Permalink
🐳 ♻️ Dockerfile: add / to COPY command to dir
Browse files Browse the repository at this point in the history
According to the spec, we need to end the command with a "/"
  • Loading branch information
marcellodesales authored Dec 19, 2023
1 parent 35fd99b commit f67842d
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 @@ -27,7 +27,7 @@ RUN rustup default stable
RUN rustup target add x86_64-unknown-linux-musl

# We want dependencies cached, so copy those first.
COPY Cargo.toml Cargo.lock /usr/src/github.com/rust-lang/mdBook
COPY Cargo.toml Cargo.lock /usr/src/github.com/rust-lang/mdBook/
# examples is referenced in Cargo.toml
COPY examples /usr/src/github.com/rust-lang/mdBook/examples

Expand Down

0 comments on commit f67842d

Please sign in to comment.