Skip to content

Commit

Permalink
Merge pull request #1004 from opengisch/QF-4460-dev-qgis-worker
Browse files Browse the repository at this point in the history
Bump libqfieldsync to fix "Application path not initialized" warning
  • Loading branch information
suricactus authored Aug 23, 2024
2 parents 807d275 + 0902de8 commit 9a8f086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.override.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ services:

qgis:
volumes:
# allow local development for `docker-qgis`
- ./docker-qgis/qfc_worker:/usr/src/qfc_worke:ro
- ./docker-qgis/entrypoint.py:/usr/src/entrypoint.py:ro
# allow local development for `libqfieldsync` if host directory present; requires `PYTHONPATH=/libqfieldsync:${PYTHONPATH}`
- ./docker-qgis/libqfieldsync:/libqfieldsync:ro
# allow local development for `qfieldcloud-sdk-python` if host directory present; requires `PYTHONPATH=/qfieldcloud-sdk-python:${PYTHONPATH}`
Expand Down

0 comments on commit 9a8f086

Please sign in to comment.