We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9d719 commit 3e554beCopy full SHA for 3e554be
Dockerfile
@@ -27,3 +27,6 @@ FROM elasticsearch:5.5.2
27
COPY elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml
28
COPY --from=builder /src/build/distributions/tinyauth-0.0.1-SNAPSHOT.zip /
29
RUN elasticsearch-plugin install file:/tinyauth-0.0.1-SNAPSHOT.zip
30
+
31
+COPY elasticsearch-prometheus-exporter-5.5.2.1-SNAPSHOT.zip /
32
+RUN elasticsearch-plugin install file:/elasticsearch-prometheus-exporter-5.5.2.1-SNAPSHOT.zip
0 commit comments