errors with docker next.js
I keep having this error when building the docker image on refine with next.js
I changed the base dockerfile from
>>> COPY --from=builder /app/refine/public ./publicERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref : "/app/refine/public": not foundI changed the base dockerfile from
refinedev/node:18 to node:18-alpine with some other changes