aboutsummaryrefslogtreecommitdiff
path: root/docker/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/readme.md')
-rw-r--r--docker/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/readme.md b/docker/readme.md
index a7a6aca0..50a752ed 100644
--- a/docker/readme.md
+++ b/docker/readme.md
@@ -7,8 +7,8 @@ Each docker image contains a `/workspace` where all relevant files are located.
### `ARG lombokjar=lombok.jar`
-When building the image, a lombok.jar will be downloaded to `/workspace`. By default, this is the latest released version. You
-can download a specific version by adding `--build-arg lombokjar=lombok-<major.minor.build>.jar`
+When building the image, a lombok.jar will be downloaded to `/workspace/classpath` and `/workspace/modules`.
+By default, this is the latest released version. You can download a specific version by adding `--build-arg lombokjar=lombok-<major.minor.build>.jar`
### `ARG jdk=13`