diff --git a/build/docker-compose.yml b/build/docker-compose.yml index a8aa1b2c..89ae5936 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -65,9 +65,10 @@ services: - /tmp/.X11-unix:/tmp/.X11-unix # if you change the volume here also change the copy command # in ``build/docker/build/Dockerfile - - ../:/workspace + - ../code:/workspace/code # mount git config for dvc - ../.gitconfig:/home/carla/.gitconfig + - ../:/workspace/ networks: - carla - ros