From e53e38c9316a66fedca1f60244995998677d1659 Mon Sep 17 00:00:00 2001 From: Brian Aydemir Date: Thu, 20 Feb 2025 09:48:30 -0600 Subject: [PATCH] Minor tweak to dockerfile --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 31f2b209e..c47e519e4 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -134,7 +134,7 @@ RUN --mount=type=cache,id=go-cache,target=/root/.cache/go-build,sharing=shared \ --mount=type=cache,id=go-mod-cache-${TARGETPLATFORM},target=/root/go,sharing=locked \ --mount=type=cache,id=npm-${TARGETPLATFORM},target=/root/.npm,sharing=locked \ --mount=type=cache,id=node-modules-${TARGETPLATFORM},target=/pelican-build/web_ui/frontend/node_modules,sharing=locked \ - --mount=type=cache,id=nextjs-${TARGETPLATFORM},target=/pelican-build/web_ui/frontend/.next,sharing=locked \ + --mount=type=cache,id=nextjs-cache-${TARGETPLATFORM},target=/pelican-build/web_ui/frontend/.next/cache,sharing=locked \ <