Docker - Image Optimization
You wrote this Dockerfile line:
But the cache is not speeding up builds. What is the likely mistake?
RUN --mount=type=cache,target=/root/.cache npm install
But the cache is not speeding up builds. What is the likely mistake?
