Skip to content

Commit 4dd43d0

Browse files
committed
Remove data-fetcher autorun since it's not needed anymore
1 parent a418002 commit 4dd43d0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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 \

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "HSL map server",
55
"main": "config.js",
66
"scripts": {
7-
"data-fetcher": "node data-fetcher/index.js",
87
"test": "echo \"Error: no test specified\" && exit 1"
98
},
109
"repository": {

0 commit comments

Comments
 (0)