We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b237227 commit ecb5ab5Copy full SHA for ecb5ab5
Dockerfile
@@ -9,7 +9,7 @@ MAINTAINER codingchili@github
9
RUN mkdir -p /opt/excelastic
10
COPY docker/configuration_template.json /opt/excelastic
11
COPY docker/bootstrap.sh /opt/excelastic
12
-COPY excelastic-*.jar /opt/excelastic/excelastic.jar
+COPY build/libs/excelastic-*.jar /opt/excelastic/excelastic.jar
13
RUN chmod +x /opt/excelastic/bootstrap.sh && \
14
apk add gettext
15
0 commit comments