diff --git a/Dockerfile b/Dockerfile index 13af937..ee8382a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app COPY . /app RUN deno cache server.ts && \ + deno install --allow-scripts && \ deno compile --allow-net --allow-read --allow-env --unstable-kv --no-check server.ts # Runtime stage