Skip to content

Commit

Permalink
Dockerfile: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavelier committed Sep 17, 2024
1 parent 9114905 commit e5dabda
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 @@ WORKDIR /app

COPY Cargo.* ./

# Downloading and building dependencies (with an empty src/main.rs)
# Downloading and building our dependencies (with an empty src/main.rs)
RUN mkdir src && echo "fn main() {}" > src/main.rs
RUN cargo build --release

Expand Down

0 comments on commit e5dabda

Please sign in to comment.