الملفات
graphhopper-docker-image-push/build.sh
2022-11-16 17:14:23 +02:00

7 أسطر
179 B
Bash

#!/bin/bash
echo "Cloning graphhopper"
git clone https://github.com/graphhopper/graphhopper.git
echo "Building docker image"
docker build . -t israelhikingmap/graphhopper:latest