Fix: Final unified naming and permissions (v0.3.17)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s

This commit is contained in:
2026-02-17 15:03:00 -08:00
parent 1ea0e020f9
commit 2f4499a068
5 changed files with 17 additions and 11 deletions

5
Dockerfile.build Normal file
View File

@@ -0,0 +1,5 @@
FROM denoland/deno:latest
WORKDIR /app
COPY . .
RUN deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/2.4.1/plug-compile.js -c deno.json icalendar.plug.yaml
CMD ["cat", "Library/sstent/icalendar.plug.js"]