Skip to content

Commit 2bc2e5f

Browse files
committed
Merge pull request #1143 from opengisch/faebebin-patch-1
Fix typo in docker-compose.override.local.yml
1 parent 762a59f commit 2bc2e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.override.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
qgis:
5151
volumes:
5252
# allow local development for `docker-qgis`
53-
- ./docker-qgis/qfc_worker:/usr/src/qfc_worke:ro
53+
- ./docker-qgis/qfc_worker:/usr/src/qfc_worker:ro
5454
- ./docker-qgis/entrypoint.py:/usr/src/entrypoint.py:ro
5555
# allow local development for `libqfieldsync` if host directory present; requires `PYTHONPATH=/libqfieldsync:${PYTHONPATH}`
5656
- ./docker-qgis/libqfieldsync:/libqfieldsync:ro

0 commit comments

Comments
 (0)