Skip to content

Commit

Permalink
Fix working directory for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed Aug 8, 2018
1 parent 48b0ff0 commit c4b34a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
dockerfile: .travis/Dockerfile
context: .
volumes:
- ./:/catkin_ws/src/mas_domestic_robotics
- ./:/kinetic/src/mas_domestic_robotics
image: bitbots-travis
command: ["bash", "-c", "cd /catkin_ws && catkin build -c"]
command: ["bash", "-c", "cd /kinetic && catkin build -c"]
domestic:
build: .
image: bitbots-domestic

0 comments on commit c4b34a9

Please sign in to comment.