How can I make use of next build cache in Docker?
Unanswered
American posted this in #help-forum
AmericanOP
Looking at this: https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching
How can I replicate this in my Dockerfile? I'm using the multi-stage Dockerfile bundled with Nextjs
How can I replicate this in my Dockerfile? I'm using the multi-stage Dockerfile bundled with Nextjs