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 92d5925 commit 579ed53Copy full SHA for 579ed53
Dockerfile
@@ -33,7 +33,7 @@ COPY ./ /opengrok-source
33
WORKDIR /opengrok-source
34
35
RUN mvn -DskipTests=true -Dmaven.javadoc.skip=true -B -V package
36
-RUN cp distribution/target/*.tar.gz /opengrok.tar.gz
+RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
37
38
FROM tomcat:9-jdk11
39
LABEL maintainer="[email protected]"
0 commit comments