Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mvn clean isn't needed in Docker build
iay committed May 12, 2018
1 parent 2ef8cc1 commit 50d99a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -18,7 +18,7 @@ COPY src src

RUN mvn --batch-mode \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
clean package
package

#
# Build the deployable image.

0 comments on commit 50d99a5

Please sign in to comment.