Skip to content

Commit

Permalink
Mount git-related folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebenedittis committed Dec 20, 2024
1 parent dd044a4 commit 7e97a65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e97a65

Please sign in to comment.