diff --git a/Dockerfile b/Dockerfile index 810fd9a..453f752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -95,4 +97,4 @@ USER root RUN apt-get install -y sudo COPY run.sh / ENTRYPOINT ["/run.sh"] -CMD [] \ No newline at end of file +CMD []