then-purpleT
Refine2y ago
5 replies
then-purple

errors with docker next.js

I keep having this error when building the docker image on refine with next.js
>>> COPY --from=builder /app/refine/public ./public
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref : "/app/refine/public": not found

I changed the base dockerfile from refinedev/node:18 to node:18-alpine with some other changes
Was this page helpful?