Skip to content

Commit 3679d5f

Browse files
committed
Update dv volume path in test compose file
Changed the dv volume mount in docker-compose-test-all.yml to use an absolute path based on ${PWD} for improved reliability and consistency.
1 parent 501e55b commit 3679d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose-test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- dataverse
99
volumes:
1010
- ${PWD}:/pydataverse
11-
- ../dv:/dv
11+
- ${PWD}/dv:/dv
1212
command:
1313
- sh
1414
- -ceu

0 commit comments

Comments
 (0)