Skip to content

Commit 0c4f851

Browse files
committed
fix copy in Dockerfile
1 parent de8a438 commit 0c4f851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.docker/qgis.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/
5959
RUN chmod +x /usr/bin/qgis_*
6060

6161
# Add supervisor service configuration script
62-
COPY .docker/qgis_resources/supervisor/supervisord.conf /etc/supervisor/
63-
COPY .docker/qgis_resources/supervisor/supervisor.xvfb.conf /etc/supervisor/supervisor.d/
62+
COPY .docker/qgis_resources/supervisor/ /etc/supervisor
6463

6564
# Python paths are for
6665
# - kartoza images (compiled)

0 commit comments

Comments
 (0)