Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ ENV MAPNIK_FONT_PATH=/fonts

RUN mkdir -p /usr/src/app && mkdir -p /project
WORKDIR /usr/src/app
# only install minimal amount of tessera packages
# be careful as some tessera packages collide with itself
RUN npm install \
[email protected] \
[email protected] \
[email protected] \
[email protected]

COPY / /usr/src/app
RUN npm install
Expand Down
36 changes: 21 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,26 @@
"url": "https://github.com/klokantech/tileserver-tessera.git"
},
"dependencies": {
"async": "^1.5.0",
"abaculus": "^1.2.1",
"cachecache": "^1.0.1",
"clone": "^1.0.2",
"cors": "^2.5.2",
"debug": "^2.1.3",
"express": "^4.10.3",
"handlebars": "^4.0.5",
"morgan": "^1.5.0",
"nomnom": "^1.8.1",
"response-time": "^2.2.0",
"sphericalmercator": "^1.0.2",
"tilelive": "^5.3.3",
"tilelive-cache": "^0.6.1",
"tilelive-modules": "^0.2.0"
"abaculus": "1.x",
"async": "1.x",
"cachecache": "1.x",
"clone": "1.x",
"cors": "2.x",
"debug": "2.x",
"express": "4.x",
"handlebars": "4.x",
"morgan": "1.x",
"nomnom": "1.x",
"response-time": "2.x",
"sphericalmercator": "1.x",

"mbtiles": "0.8.2",
"tilelive": "5.12.2",
"tilelive-cache": "0.6.5",
"tilelive-http": "0.10.0",
"tilelive-modules": "0.2.1",
"tilelive-tmstyle": "0.6.0",
"tilelive-vector": "3.9.3",
"tilelive-xray": "0.2.0"
}
}