Skip to content

Commit 352fa4d

Browse files
authored
Merge pull request #140 from HSLdevcom/develop
Develop
2 parents 1b08d92 + f96fb14 commit 352fa4d

8 files changed

Lines changed: 5 additions & 774 deletions

File tree

.github/workflows/scripts/build_and_push_image.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ docker run --rm -p 8080:8080 --env DOWNLOAD_RETRY_COUNT=1 \
5050
-h hsl-map-server --name hsl-map-server $DOCKER_IMAGE &
5151
sleep 90
5252

53-
test http://localhost:8080/map/v2/hsl-map/14/9326/4739.png 50000
54-
test http://localhost:8080/map/v2/hsl-map-sv/14/9326/4739.png 50000
55-
test http://localhost:8080/map/v2/hsl-map-fi-sv/14/9326/4739.png 50000
56-
test http://localhost:8080/map/v2/hsl-vector-map/14/9326/4739.pbf 10000
53+
test http://localhost:8080/map/v3/hsl-map/14/9326/4739.png 50000
54+
test http://localhost:8080/map/v3/hsl-map-sv/14/9326/4739.png 50000
55+
test http://localhost:8080/map/v3/hsl-map-fi-sv/14/9326/4739.png 50000
56+
test http://localhost:8080/map/v3/hsl-vector-map/14/9326/4739.pbf 10000
5757

5858
echo Stopping $DOCKER_IMAGE
5959
docker stop hsl-map-server

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN wget https://hslstoragekarttatuotanto.blob.core.windows.net/openmaptiles/til
3535
EXPOSE 8080
3636

3737
CMD \
38-
yarn run data-fetcher && \
3938
(Xorg -dpi 96 -nolisten tcp -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./10.log -config ./xorg.conf :10 & \
4039
DISPLAY=":10" yarn forever start --spinSleepTime 60000 --minUptime 30000 -c "node ${NODE_OPTS}" \
4140
node_modules/tessera/bin/tessera.js --port 8080 --config config.js --multiprocess \

0 commit comments

Comments
 (0)