diff --git a/Dockerfile b/Dockerfile index 127e349..7b93e59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY deno.json . COPY import_map.json* . # Cache dependencies -RUN deno cache --import-map=import_map.json src/main.ts +RUN deno cache src/main.ts # Copy source code COPY . .