Skip to content

Commit

Permalink
fix: suggestion for volume mount issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Nov 7, 2024
1 parent 5c72f79 commit fd13c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/book/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ impl Container {
if let Some(volumes) = &self.volumes {
for volume in volumes {
dockerized.args.push(format!("-v{}", volume));
dockerized.args.push(volume.to_string());
}
}

Expand Down

0 comments on commit fd13c1e

Please sign in to comment.