Skip to content

Commit c647e2c

Browse files
committed
Set environment for all container users.
Fixes pires#12
1 parent b7189bf commit c647e2c

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/
1111
# Override elasticsearch.yml config, otherwise plug-in install will fail
1212
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
1313

14-
# Copy run script
15-
COPY run.sh /
14+
# Set environment
15+
ENV NAMESPACE default
16+
ENV DISCOVERY_SERVICE elasticsearch-discovery

run.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)