Skip to content

Commit cd66f1d

Browse files
authored
Merge pull request #85 from januschung/argocd-workflow
move build step to Dockerfile
2 parents 282d810 + 86d3bde commit cd66f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM maven:3.9.4-eclipse-temurin-17 AS build
33
WORKDIR /workspace
44
COPY pom.xml ./
5-
COPY .mvn .mvn
5+
66
# use BuildKit cache for Maven repo
77
RUN --mount=type=cache,target=/root/.m2 mvn -B -DskipTests dependency:go-offline
88
COPY src ./src

0 commit comments

Comments
 (0)