We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0247e commit d9244c3Copy full SHA for d9244c3
frontend/docker/Dockerfile
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=${APK_CACHE_DIR} \
18
apk add libc6-compat
19
20
WORKDIR /app
21
-
+
22
RUN --mount=type=cache,target=${NPM_CACHE} \
23
npm install --ignore-scripts -g pnpm --cache ${NPM_CACHE}
24
0 commit comments