Documentation Index
Fetch the complete documentation index at: https://docs.webapp.io/llms.txt
Use this file to discover all available pages before exploring further.
CACHE [cached directories...]
The CACHE instruction makes specific files/directories be shared across runs,
almost always as a performance improvement.
See the tuning performance documentation for more
details.
Examples
- Use
CACHE /var/cache/aptto speed upRUN apt-get update - Use
CACHE ~/.cache/go-buildto speed upRUN go install - Use
CACHE ~/.npm ~/.next/cache ~/.yarn/cacheto speed upnpm installandyarn install