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 20, 2024
1 parent ac56b56 commit 85f62f4
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 85f62f4

Please sign in to comment.