Skip to content

Commit

Permalink
Merge pull request #17 from kyle-winkelman/service
Browse files Browse the repository at this point in the history
Extension registration via service loading.
  • Loading branch information
nilwurtz authored Dec 12, 2023
2 parents 44f3bcf + 0f357fd commit a29dd57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion wiremock-graphql-extension/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ RUN mvn --batch-mode clean package -Dmaven.test.skip=true

FROM wiremock/wiremock:latest AS wiremock
COPY --from=build /app/target/wiremock-graphql-extension-*-jar-with-dependencies.jar /var/wiremock/extensions/wiremock-graphql-extension-jar-with-dependencies.jar
CMD ["--extensions", "io.github.nilwurtz.GraphqlBodyMatcher"]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
io.github.nilwurtz.GraphqlBodyMatcher

0 comments on commit a29dd57

Please sign in to comment.