mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 01:46:25 +00:00
This commit removes the references for the `default` docker distributions which were originally part of the different flavors of distributions. This also fixes some of the failing docker compose tests under `qa`. Signed-off-by: Rabi Panda <adnapibar@gmail.com>
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
cd /usr/share/opensearch/bin/
|
|
|
|
/usr/local/bin/docker-entrypoint.sh | tee > /usr/share/opensearch/logs/console.log
|