From 8c6e017b82ecb6baf0ecb75a278986030264a0d5 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Tue, 13 Nov 2018 15:05:12 +0100 Subject: [PATCH] Leave the dot for docker --- .dockerignore | 4 +++- docker/qgis.dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9caca1e790a..bf0374de992 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ -/.* +/.ci +/.git +/.github build* diff --git a/docker/qgis.dockerfile b/docker/qgis.dockerfile index ace6e7eee82..c3380e207e1 100644 --- a/docker/qgis.dockerfile +++ b/docker/qgis.dockerfile @@ -49,14 +49,14 @@ RUN cmake \ # Python testing environment setup # Add QGIS test runner -COPY docker/qgis_resources/test_runner/qgis_* /usr/bin/ +COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/ # Make all scripts executable 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/supervisord.conf /etc/supervisor/ +COPY .docker/qgis_resources/supervisor/supervisor.xvfb.conf /etc/supervisor/supervisor.d/ # Python paths are for # - kartoza images (compiled)