# Cache the dependencies as a layer (the following two steps are re-run only when deps.ts is modified).# Ideally cache deps.ts will download and compile _all_ external files used in main.ts.COPY deps.ts .RUN deno install --entrypoint deps.ts
{ "tasks": { "dev": "docker build -t app . && docker run -it -p 1993:1993 app" }, "imports": { "@std/assert": "jsr:@std/assert@^1.0.7" }}