Skip to content

Commit b9fdd02

Browse files
committedMar 27, 2019
fix copy in Dockerfile
1 parent 51ab846 commit b9fdd02

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)
Please sign in to comment.