Skip to content

Commit

Permalink
chore: amend devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Jun 1, 2024
1 parent f4caec6 commit f008b8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
/* Re-use local SSH keys (useful if you use SSH keys for Git repo access or other SSH work)*/
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
/* Re-use local Git configuration*/
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached"
]
}
8 changes: 0 additions & 8 deletions .devcontainer/docker-compose.workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ services:
dockerfile: Dockerfile
container_name: pyarr-workspace
volumes:
- type: bind
source: ${HOME}/.ssh
target: /home/vscode/.ssh
consistency: cached
- type: bind
source: ${HOME}/.gitconfig
target: /home/vscode/.gitconfig
consistency: cached
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
Expand Down

0 comments on commit f008b8a

Please sign in to comment.