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 8d217ef commit 8043390Copy full SHA for 8043390
Dockerfile
@@ -7,7 +7,7 @@ MAINTAINER codingchili@github
7
8
9
RUN mkdir -p /opt/excelastic
10
-COPY docker/configuration.json /opt/excelastic
+COPY docker/configuration_template.json /opt/excelastic
11
COPY docker/bootstrap.sh /opt/excelastic
12
COPY excelastic-*.jar /opt/excelastic/excelastic.jar
13
RUN chmod +x /opt/excelastic/bootstrap.sh && \
docker/bootstrap.sh
@@ -1 +1 @@
1
-envsubst < configuration.json > configuration.json && java -jar excelastic.jar
+envsubst < configuration_template.json > configuration.json && java -jar excelastic.jar
docker/configuration.json renamed to docker/configuration_template.json
0 commit comments