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)