Files
pygeoapi/docker/examples/elastic/ES/docker-entrypoint.sh
T

9 lines
202 B
Bash
Executable File

#!/bin/sh
# wait for Elasticsearch to start, then run the setup script to
# create and configure the index.
exec /usr/share/elasticsearch/bin/wait-for-it.sh localhost:9200 -- /add_data.sh &
exec $@