Compare commits

...

2 Commits

Author SHA1 Message Date
Petr Sloup
c89a5ae029 v3.1.1 2020-12-14 15:27:33 +01:00
Petr Sloup
a3d7f8bcbd Fix the docker image port to fix backward compatibility (#502) 2020-12-14 15:27:05 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -46,10 +46,10 @@ ENV CHOKIDAR_INTERVAL=500
VOLUME /data
WORKDIR /data
EXPOSE 8000
EXPOSE 80
USER node:node
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["-p", "8000"]
CMD ["-p", "80"]

View File

@@ -1,6 +1,6 @@
{
"name": "tileserver-gl",
"version": "3.1.0",
"version": "3.1.1",
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
"main": "src/main.js",
"bin": "src/main.js",