Skip to content

Commit

Permalink
build: update compose mount for local package dev
Browse files Browse the repository at this point in the history
elop
  • Loading branch information
spwoodcock committed Feb 14, 2024
1 parent be8fe83 commit 25c146f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ services:
container_name: fmtm-splitter
volumes:
# Mount local package
- ./fmtm_splitter:/root/.local/lib/python3.10/site-packages/fmtm_splitter
- ./fmtm_splitter:/usr/local/lib/python3.10/site-packages/fmtm_splitter
# - ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
# Mount local tests
- ./tests:/data/tests
# For output data
Expand Down

0 comments on commit 25c146f

Please sign in to comment.