Skip to content

Commit

Permalink
fix: Remove forward slash from Docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Feb 4, 2024
1 parent 178c871 commit 3a4f9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ros/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ services:
network_mode: "host"
tty: true
volumes:
- ../src:/${CATKIN_WORKSPACE_DIR}/src
- ../src:${CATKIN_WORKSPACE_DIR}/src

0 comments on commit 3a4f9ed

Please sign in to comment.