FROM denoland/deno:latest WORKDIR /app COPY . . # Explicitly fetch dependencies RUN deno install RUN deno task build CMD ["cat", "icalendar.plug.js"]