mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
5 lines
242 B
Bash
Executable file
5 lines
242 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-decompound/5.4.3.0/elasticsearch-analysis-decompound-5.4.3.0-plugin.zip
|
|
|
|
exec /docker-entrypoint.sh elasticsearch
|