Skip to content

Commit 2e02db0

Browse files
authored
Update README.md
1 parent 8c5dddc commit 2e02db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ A re-implementation of [Testcontainers Image-Builder](https://java.testcontainer
1010
* Brings a custom [build-context](https://docs.docker.com/build/building/context/) processor
1111
* Works more efficient and reliable than the default implementation (however likely still not perfect)
1212
* uses ``.gitignore`` if available
13-
* Allows to adding custom ignores
13+
* Allows adding custom ignores
1414
* This way the build-context can be fine tuned in a way that the build cache works very efficiently (e.g. only re-built when actual code that matters changes)
1515
* Makes logger non generic and therefore controllable
16-
* Cleaned up some code
16+
* Did some general code cleanup
1717

1818
A common use case - that can also be seen [inside the demo](./testcontainers-advanced-imagebuilder-demo/src/main/java/software/xdev/Application.java) - is for creating an image - used in e.g. Integration tests - for an application that is also inside the same repo.
1919

0 commit comments

Comments
 (0)