deno cachedeno cache does, as its help string says "Download and compile a module with all of its static dependencies and save them in the local cache, without running any code", but its docs link (https://docs.deno.com/go/cache) redirects to the docs for deno installdeno install , and running deno cachedeno cache on my src/main.tssrc/main.ts and src/worker.tssrc/worker.ts doesn't have any effect on the problem I'm having.deno compiledeno compile as I'm not shipping a binary to run on other people's machines, and I'd like to continue using deno servedeno serve.deno servedeno serve to run it in both development and production. The production service is deployed as a Docker container. The dockerfile is super simple, it looks like this:Join the Discord to continue the conversation