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 8909ce5 commit 7036f1aCopy full SHA for 7036f1a
1 file changed
examples/Dockerfile
@@ -7,11 +7,11 @@ RUN apk add --no-cache maven
7
WORKDIR /build
8
9
# Copy parent pom and all modules
10
-COPY pom.xml .
11
COPY sdk ./sdk
12
COPY sdk-testing ./sdk-testing
13
COPY sdk-integration-tests ./sdk-integration-tests
14
COPY examples ./examples
+COPY pom.xml .
15
16
# Build and install the SDK modules first
17
RUN mvn clean install -DskipTests -pl sdk,sdk-testing -am
0 commit comments