From 0c4f851d1c640653c79892786a8899c632e68da0 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 27 Mar 2019 09:12:53 -0500 Subject: [PATCH] fix copy in Dockerfile --- .docker/qgis.dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.docker/qgis.dockerfile b/.docker/qgis.dockerfile index f259ad2bb41..5406401bb00 100644 --- a/.docker/qgis.dockerfile +++ b/.docker/qgis.dockerfile @@ -59,8 +59,7 @@ COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/ RUN chmod +x /usr/bin/qgis_* # Add supervisor service configuration script -COPY .docker/qgis_resources/supervisor/supervisord.conf /etc/supervisor/ -COPY .docker/qgis_resources/supervisor/supervisor.xvfb.conf /etc/supervisor/supervisor.d/ +COPY .docker/qgis_resources/supervisor/ /etc/supervisor # Python paths are for # - kartoza images (compiled)