Documentation Feedback
Path: /runtime/reference/docker/
Helpful: No ❌
Feedback:
The multi-stage build instructions are incorrect IMO. The first stage instructs you to run deno install which will only install dependencies to Deno's cache, which will not be copied to the second stage. In runtime, the dependencies get redownloaded. Can it be that it should be deno install --vendor?
GitHub User: @kytta
This issue was automatically created from the documentation feedback system.
Documentation Feedback
Path: /runtime/reference/docker/
Helpful: No ❌
Feedback:
GitHub User: @kytta
This issue was automatically created from the documentation feedback system.