I tried using it on a dockerfile, if I cache my main entrypoint (main.ts) it downloads at build time on every build, if I cache deno.json it downloads at runtime... Where is this "cache" happening? Am I missing something out?
I'm using --lock=deno.lock and deploying through a Dockerfile on Railway.app (afaik they fully utilize docker cache layer)