Dockerfile Failed
I have Dockerfile on my project, I have some question:
1. Do we support Dockerfile? Since I got "buildCommand is only supported for the Nixpacks builder"
2. Sure I will use Nix, but how do I change? *see attached
2 Replies
1. yes
2 add a dockerfile to use dockerfile, no dockerfile -> nixpacks
"buildCommand is only supported for the Nixpacks builder"thats bc all build stuff is controlled in the dockerfile
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?