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:
2
Makefile
2
Makefile
@@ -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 "* "
|
||||
|
||||
Reference in New Issue
Block a user