We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e59231 commit fe45ae8Copy full SHA for fe45ae8
2 files changed
docker/docker-compose-dev.yml
@@ -1,7 +1,7 @@
1
services:
2
qgis:
3
image: qgis/qgis:3.44
4
- command: ["/bin/bash", "-c", "qgis /root/shogun_qgis_konfigurator.qgs"]
+ command: ["/bin/bash", "-c", "qgis"]
5
environment:
6
DISPLAY: "unix${DISPLAY}"
7
RUN_IN_DOCKER: "1"
@@ -11,4 +11,3 @@ services:
11
- /tmp/.X11-unix:/tmp/.X11-unix
12
- ./qgis_plugins:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins
13
- ../plugin_code:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgis-shogun-editor
14
- - ./shogun_qgis_konfigurator.qgs:/root/shogun_qgis_konfigurator.qgs
0 commit comments