RRailway•Created by ilham on 10/30/2022 in #✋|help Dockerfile Failed
Somehow I got this:
Cache mounts MUST be in the format --mount=type=cache,id=<cache-id>
My code:
RUN --mount=type=cache,target=/root/.cache yarn install --immutable
I tried in several platform its fine, but get error here. Do you know why is this happen?