Skip to content

Commit ecb5ab5

Browse files
author
Robin Duda
committed
updated dockerfile for gradle builds.
1 parent b237227 commit ecb5ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAINTAINER codingchili@github
99
RUN mkdir -p /opt/excelastic
1010
COPY docker/configuration_template.json /opt/excelastic
1111
COPY docker/bootstrap.sh /opt/excelastic
12-
COPY excelastic-*.jar /opt/excelastic/excelastic.jar
12+
COPY build/libs/excelastic-*.jar /opt/excelastic/excelastic.jar
1313
RUN chmod +x /opt/excelastic/bootstrap.sh && \
1414
apk add gettext
1515

0 commit comments

Comments
 (0)