Skip to content

Commit 62515cd

Browse files
committed
Fix docker build instructions missing build context
Signed-off-by: Rufus Wong <[email protected]>
1 parent 31e4563 commit 62515cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Build the Docker image with
5454
```shell
5555
# Make sure to run this in the workspace directory
5656
# ROS_DISTRO can be humble|iron|rolling
57-
docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev
57+
docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev .
5858
```
5959

6060
and then run it with

0 commit comments

Comments
 (0)