- Switched to python3, when loading records to the ES docker (#741)

This commit is contained in:
Jo
2021-07-23 01:10:06 +02:00
committed by GitHub
parent f9c10a0808
commit 3625c855ae
+1 -1
View File
@@ -44,7 +44,7 @@ until $(curl -sSf -XGET --insecure 'http://localhost:9200/_cluster/health?wait_f
done
echo "Elasticsearch seems to be working - Adding ne_110m_populated_places_simple.geojson to ES"
python /load_es_data.py /usr/share/elasticsearch/data/ne_110m_populated_places_simple.geojson geonameid
python3 /load_es_data.py /usr/share/elasticsearch/data/ne_110m_populated_places_simple.geojson geonameid
echo "Seems that data was loaded"