Skip to content

Commit

Permalink
Fix docker build instructions missing build context
Browse files Browse the repository at this point in the history
  • Loading branch information
rcywongaa committed Dec 17, 2024
1 parent 31e4563 commit be7385a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Build the Docker image with
```shell
# Make sure to run this in the workspace directory
# ROS_DISTRO can be humble|iron|rolling
docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev
docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev .
```

and then run it with
Expand Down

0 comments on commit be7385a

Please sign in to comment.