Leave the dot for docker

This commit is contained in:
Alessandro Pasotti 2018-11-13 15:05:12 +01:00
parent 8e18979d27
commit 8c6e017b82
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,4 @@
/.*
/.ci
/.git
/.github
build*

View File

@ -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)