mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Leave the dot for docker
This commit is contained in:
parent
8e18979d27
commit
8c6e017b82
@ -1,2 +1,4 @@
|
||||
/.*
|
||||
/.ci
|
||||
/.git
|
||||
/.github
|
||||
build*
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user