Update Dockerfile

This commit is contained in:
hhansen06
2019-01-11 20:37:31 +01:00
committed by GitHub
parent 67a1bf2ded
commit 6d57819daa

View File

@@ -83,6 +83,8 @@ RUN chown renderer /var/run/renderd
RUN echo "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" >> /etc/apache2/conf-available/mod_tile.conf
RUN a2enconf mod_tile
COPY apache.conf /etc/apache2/sites-available/000-default.conf
COPY leaflet-demo.html /var/www/html/index.html
USER renderer
# Install PostgreSQL