Hi, I get the following error while trying to build the Dockerfile:
Error: building at STEP "RUN --mount=type=bind,source=package.json,target=package.json --mount=type=cache,target=/root/.yarn yarn install": resolving mountpoints for container "e16acce1e13b57f706c3905b23ae9e050961844152fb5d6a78abf86541692ffb": invalid container path "package.json", must be an absolute path
After some time checking, this seems to be the solution
--mount=type=bind,source=/package.json,target=/usr/src/app/package.json
fixed in this commit