We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40663a6 commit e72866cCopy full SHA for e72866c
Dockerfile
@@ -5,6 +5,8 @@ MAINTAINER codingchili@github
5
# run mvn clean package to build the jar file.
6
# to build the docker image run: docker build .
7
8
+# to push the image
9
+# docker tag <imageid> <user>/excelastic:<version>
10
11
RUN mkdir -p /opt/excelastic
12
COPY docker/configuration_template.json /opt/excelastic
0 commit comments