Update repo links, footnote, etc. (klokantech->maptiler)

This commit is contained in:
Petr Sloup
2019-12-30 11:56:53 +01:00
parent b3d810817d
commit 0a7c403f0b
11 changed files with 77 additions and 16 deletions

View File

@@ -3,7 +3,6 @@
# WARNING: sometimes it fails with a core dumped exception
FROM node:10-stretch
MAINTAINER Petr Sloup <petr.sloup@klokantech.com>
RUN apt-get -qq update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \
@@ -24,7 +23,7 @@ RUN apt-get -qq update \
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN wget -O test_data.zip https://github.com/klokantech/tileserver-gl/releases/download/v1.3.0/test_data.zip
RUN wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip
RUN unzip -q test_data.zip -d test_data
ENV NODE_ENV="test"