Fix issues in compose and quickstart.sh (#1530)

* Chore(quickstart.sh):

Handle spaces in fonts name when calculating their md5 digest

* Chore(Makefile):

Change docker pull to docker-compose pull to read image from compose file
This commit is contained in:
Yaser Kalali
2023-05-15 14:06:15 +03:30
committed by GitHub
parent aea2b734da
commit 692b0a7afe
2 changed files with 2 additions and 3 deletions

View File

@@ -499,7 +499,7 @@ start-tileserver: init-dirs build-style download-fonts
@echo "* "
@echo "***********************************************************"
@echo " "
docker pull maptiler/tileserver-gl
$(DOCKER_COMPOSE_COMMAND) pull tileserver-gl
@echo " "
@echo "***********************************************************"
@echo "* "