Chore: Cleanup before rebase
All checks were successful
Build SilverBullet Plug / build (push) Successful in 33s

This commit is contained in:
2026-02-17 14:40:47 -08:00
parent 170de52e6b
commit d8f6f0396f
5 changed files with 23 additions and 7 deletions

7
Dockerfile.build Normal file
View File

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