Skip to content

Commit 7036f1a

Browse files
committed
chore: try moving pom.xml as last COPY command
1 parent 8909ce5 commit 7036f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ RUN apk add --no-cache maven
77
WORKDIR /build
88

99
# Copy parent pom and all modules
10-
COPY pom.xml .
1110
COPY sdk ./sdk
1211
COPY sdk-testing ./sdk-testing
1312
COPY sdk-integration-tests ./sdk-integration-tests
1413
COPY examples ./examples
14+
COPY pom.xml .
1515

1616
# Build and install the SDK modules first
1717
RUN mvn clean install -DskipTests -pl sdk,sdk-testing -am

0 commit comments

Comments
 (0)