Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Leave the dot for docker
  • Loading branch information
elpaso committed Nov 13, 2018
1 parent 8e18979 commit 8c6e017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
@@ -1,2 +1,4 @@
/.*
/.ci
/.git
/.github
build*
6 changes: 3 additions & 3 deletions docker/qgis.dockerfile
Expand Up @@ -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)
Expand Down

0 comments on commit 8c6e017

Please sign in to comment.