diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 5e694040b2..5774028632 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -34,6 +34,15 @@ x-default-isaac-lab-volumes: &default-isaac-lab-volumes target: ${DOCKER_USER_HOME}/Documents # This overlay allows changes on the local files to # be reflected within the container immediately + - type: bind + source: ../.git + target: ${DOCKER_ISAACLAB_PATH}/.git + - type: bind + source: ../.github + target: ${DOCKER_ISAACLAB_PATH}/.github + - type: bind + source: ../.gitignore + target: ${DOCKER_ISAACLAB_PATH}/.gitignore - type: bind source: ../source target: ${DOCKER_ISAACLAB_PATH}/source