mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
6 lines
263 B
Bash
6 lines
263 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
plugin -install elasticsearch-analysis-decompound --url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-decompound/1.7.1.3/elasticsearch-analysis-decompound-1.7.1.3-plugin.zip
|
||
|
|
||
|
exec /docker-entrypoint.sh elasticsearch
|