Skip to content

Commit ed5d284

Browse files
committed
#62 Improve Dockerfile
1 parent ec2a1fc commit ed5d284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY pom.xml .
44
RUN mvn dependency:go-offline
55
COPY /src /src
66
COPY checkstyle-suppressions.xml .
7-
RUN mvn package -DskipTests
7+
RUN mvn clean package -DskipTests
88

99
FROM openjdk:17-jdk-slim
1010
COPY --from=build /target/*.jar application.jar

0 commit comments

Comments
 (0)