Skip to content

Commit

Permalink
fix copy in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 27, 2019
1 parent 51ab846 commit b9fdd02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/qgis.dockerfile
Expand Up @@ -59,8 +59,7 @@ COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/
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/ /etc/supervisor

# Python paths are for
# - kartoza images (compiled)
Expand Down

0 comments on commit b9fdd02

Please sign in to comment.