We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8e7a9 commit 5883ab2Copy full SHA for 5883ab2
Dockerfile
@@ -24,6 +24,8 @@ RUN --mount=type=bind,target=/docker-context \
24
25
RUN yarn install --immutable
26
27
+
28
29
# Load the cache from the previous build
30
RUN --mount=type=cache,target=/yarn-cache \
31
rsync -a /yarn-cache/ .yarn/cache/ \
0 commit comments