Merge branch 'master' into leaflet-1.8.0

This commit is contained in:
galewis2 2022-09-27 10:02:44 -04:00 committed by GitHub
commit f00c6d17c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,9 @@ RUN cd /var/www/html/ \
&& unzip leaflet.zip \ && unzip leaflet.zip \
&& rm leaflet.zip && rm leaflet.zip
# Icon
RUN wget -O /var/www/html/favicon.ico https://www.openstreetmap.org/favicon.ico
# Copy update scripts # Copy update scripts
COPY openstreetmap-tiles-update-expire.sh /usr/bin/ COPY openstreetmap-tiles-update-expire.sh /usr/bin/
RUN chmod +x /usr/bin/openstreetmap-tiles-update-expire.sh \ RUN chmod +x /usr/bin/openstreetmap-tiles-update-expire.sh \