Update Dockerfile

master
hhansen06 2019-01-11 20:37:31 +01:00 committed by GitHub
parent 67a1bf2ded
commit 6d57819daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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