Skip to content

Commit

Permalink
build: update compose mount for local package develop
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 14, 2024
1 parent 76f7ff5 commit ec0c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
container_name: osm-rawdata
volumes:
# Mount local package
- ./osm_rawdata:/root/.local/lib/python3.10/site-packages/osm_rawdata
- ./osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
# Mount local tests
- ./tests:/data/tests
depends_on:
Expand Down

0 comments on commit ec0c8fd

Please sign in to comment.