Skip to content

Commit ac47d27

Browse files
authored
Merge pull request #2800 from yahonda/devcontainer-worktree-mount
Make dev container bind mount work from git worktrees
2 parents 8849c0b + 67f9ad8 commit ac47d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: .
55
dockerfile: Dockerfile
66
volumes:
7-
- ../..:/workspaces:cached
7+
- ..:/workspaces/oracle-enhanced:cached
88
command: sleep infinity
99
network_mode: service:oracle
1010

0 commit comments

Comments
 (0)