Skip to content

Commit 2c4b866

Browse files
committed
ignore errors
1 parent 5c64c4e commit 2c4b866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build: Dockerfile
44
docker build --target base -t btcpp_ros2 .
55

66
start:
7-
xhost +local:docker || true
7+
-xhost +local:docker
88
docker compose up -d btcpp_ros2_example --remove-orphans
99
-docker exec -it btcpp_ros2_example bash
1010
@echo "Remember to type 'make stop' (if desired) since the container continues to run in the background"
@@ -21,4 +21,4 @@ ci: Dockerfile
2121

2222
clean:
2323
docker compose down --remove-orphans
24-
docker rmi btcpp_ros2 ci || true
24+
-docker rmi btcpp_ros2 ci

0 commit comments

Comments
 (0)