Skip to content

Commit

Permalink
Minor tweak to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Feb 20, 2025
1 parent 9e6588c commit e53e38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
<<ENDRUN

set -eux
Expand Down

0 comments on commit e53e38c

Please sign in to comment.