Skip to content

Commit

Permalink
replaced web pages for test local tile.
Browse files Browse the repository at this point in the history
  • Loading branch information
chihchun committed Aug 4, 2015
1 parent c5f20ee commit f7eb622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Expand Up @@ -108,6 +108,10 @@ RUN update-service --add /etc/sv/apache2
ADD renderd /etc/sv/renderd
RUN update-service --add /etc/sv/renderd

# Setup web pages # TW
RUN rm -rf /var/www/html
ADD leafletjs-localmap /var/www/html

# Clean up APT when done
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit f7eb622

Please sign in to comment.