update
This commit is contained in:
10
run.sh
10
run.sh
@@ -1 +1,9 @@
|
||||
docker compose --profile import up --build importer
|
||||
#!/bin/bash
|
||||
# Load .env variables
|
||||
if [ -f .env ]; then
|
||||
export $(cat .env | grep -v '#' | awk '/=/ {print $1}')
|
||||
fi
|
||||
|
||||
echo "Using PBF file: ${HOST_PBF_PATH:-./europe-latest.osm.pbf}"
|
||||
docker compose --profile import up --build importer
|
||||
docker compose build --no-cache
|
||||
Reference in New Issue
Block a user