Skip to content

Commit fe45ae8

Browse files
committed
fix: remove default project
1 parent 0e59231 commit fe45ae8

2 files changed

Lines changed: 1 addition & 494 deletions

File tree

docker/docker-compose-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
qgis:
33
image: qgis/qgis:3.44
4-
command: ["/bin/bash", "-c", "qgis /root/shogun_qgis_konfigurator.qgs"]
4+
command: ["/bin/bash", "-c", "qgis"]
55
environment:
66
DISPLAY: "unix${DISPLAY}"
77
RUN_IN_DOCKER: "1"
@@ -11,4 +11,3 @@ services:
1111
- /tmp/.X11-unix:/tmp/.X11-unix
1212
- ./qgis_plugins:/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins
1313
- ../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

Comments
 (0)