Skip to content

Commit 48431da

Browse files
committed
Add comment
1 parent 43a4948 commit 48431da

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

e2e-tests/images/datastore.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ WORKDIR /workflow-backend
3535

3636
# Install JVM tooling (java, sbt) via mise using the e2e environment. This is the
3737
# only thing baked into the image; all backend sources are bind-mounted at runtime.
38+
# It also caches the mise cache directory to speed up subsequent builds.
3839
COPY .tool-versions ./
3940
RUN --mount=type=cache,target=/mise/cache,sharing=locked \
4041
mise trust -a && mise install java sbt

e2e-tests/images/workflow-frontend.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ WORKDIR /workflow-frontend
3535
# Install the toolchain (java, nodejs, sbt, aws-cli) via mise and enable corepack
3636
# so `yarn` is available. This is the only thing baked into the image; the repo
3737
# and its node_modules are bind-mounted at runtime.
38+
# It also caches the mise cache directory to speed up subsequent builds.
3839
COPY .tool-versions ./
3940
RUN --mount=type=cache,target=/mise/cache,sharing=locked \
4041
mise trust -a && mise install java nodejs sbt aws-cli \

0 commit comments

Comments
 (0)